Xymon Mailing List Archive search

custom script run interval

list Paul Root
Fri, 19 Apr 2013 19:10:37 +0000
Message-Id: <user-1af6eb7e2b4a@xymon.invalid>

That should work. Works for me on many external scripts.

$BB $BBDISP "status+1w $MACHINE.$TEST $COLOR `cat $StatusFile`"

From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of deepak deore
Sent: Friday, April 19, 2013 1:18 PM
To: xymon at xymon.com
Subject: [Xymon] custom script run interval

I have a custom script setup on client side, which I want to run on every 24 hours and i don't want to change the default lifetime for other tests.

Used below line but still after 30 mins it is going into purple.

$BB $BBDISP "status+25h $MACHINE.$COLUMN $COLOR `date` `echo -e "Daily status: \
\n$(cat /tmp/status.log) "`"