Zammad | run rails to get tickets from a group on console
owner_id = 1 means the ticket is not claimed/ownerless
owner_id = 1 means the ticket is not claimed/ownerless
Get the IP with arping. Then trigger the gateway to retuen you a passkey for a username you can define: Get a list of paired devices from your gateway: Get props of a device: Set devices props:
Build a batch file like direct_access_tsmember01.cmd: start “” mstsc /admin /v:tsmember01 /w:2200 /h:1100
Add -pass pass:YOURPASS as an argument.
You wanna report some stuff to nagios the easy way? Try this. Nagios server side: Install netcat. Run a eternal loop script: # while true; do nc -l -p <THE_PORT_YOU_WANNA_LISTEN_TO> >> /var/nagios/rw/nagios.cmd; done& Client side: Install netcat. Drop your info to the NAGIOS server with something like: # echo -e “[$(date +%s)] PROCESS_SERVICE_CHECK_RESULT;<NAGIOSCONFIG_SERVER_NAME>;<NAGIOSCONFIG_SERVICE_NAME>;<RESULT_0_or_1_or_2>;<YOUR_IMPORTANT_MESSAGE>” | nc […]
always use the -W parameter, otherwise you will earn an error (38: can not parse arg #1) that means your peer is unknown afaik its impossible to send strings to stdin address clients/channels whos name contain spaces by their id (user#1234567890 or channel#1234567890) use the -I and -N parameters still problematic? try https://bytesandbones.wordpress.com/2021/11/03/telegram-channel-linux-console-scripting-setup/
ARRAY=(${STRING//,/ }) Dont forget the space character after the last slash.
pipe it to xargs stdin
You must be logged in to post a comment.