Xymon Mailing List Archive search

client ext script example

list Lee J. Imber
Wed, 10 Aug 2005 10:49:52 -0400
Message-Id: <user-4b2b164b4cae@xymon.invalid>

Thanks Dirk,

This is what I was looking for.

Back to debugging :)

Lee

On Aug 10, 2005, at 10:36 AM, Dirk Kastens wrote:
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