Perl client without xymon client. (OPEN)
On 10-08-2012 03:55, Jeremy Laidman wrote:
#!/bin/bash exec 3<>/dev/tcp/$1/1984 || exit 1 echo "status `uname -n`.testing green `date` $2" >&3
Well, whaddayano - one learns something new every day! This was too good to just leave in the mailinglist archive, so I collected the Perl, Bash- and Korn-shell suggestions into the Xymon "Tips & Tricks" document. See http://www.xymon.com/xymon/help/xymon-tips.html#noinstall Thanks! Regards, Henrik