Xymon Mailing List Archive search

client ext script example

list Dirk Kastens
Wed, 10 Aug 2005 16:36:16 +0200
Message-Id: <user-1c9380fa6883@xymon.invalid>

Lee J. Imber schrieb:
Does anyone have a short howto or a very simple client side script  that 
they can post so I have
a working model to tweak?
You'll find a lot of scripts on http://www.deadcat.net

Your script must call the bb executable with the bbdisplay
and a message as arguments, for example

$BB $BBDISP "status ${MACHINE}.$TEST $COLOR `date` <output of script>"

where TEST ist the name of the column that will appear
on the BBDISPLAY and COLOR ist the color of the event
(red, green, yellow).

Dirk