[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] client ext script example
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] client ext script example
- From: Dirk Kastens <Dirk.Kastens (at) uni-osnabrueck.de>
- Date: Wed, 10 Aug 2005 16:36:16 +0200
- References: <75C59D47-B594-461A-87C0-CACF8E550E8A@imber.com>
- User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
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