Xymon Mailing List Archive search

Perl client without xymon client. (OPEN)

list Henrik Størner
Fri, 10 Aug 2012 08:47:23 +0200
Message-Id: <user-39fd56297b92@xymon.invalid>

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