Xymon Mailing List Archive search

clientlaunch.cfg INTERVALs

list Charles Jones
Tue, 19 Sep 2006 03:42:52 -0700
Message-Id: <user-7312acb73292@xymon.invalid>

I need to ext script to run every hour, exactly on the hour. Am I correct in assuming that if I use "INTERVAL 60m", that this simply launches that script every hour from when the hobbit client was started?

It would be nice if, INTERVAL had an extra option to indicated exactly when you wanted to launch, maybe even using a similar format to cron, ie:

INTERVAL 00 * * * *   would launch at the top of every hour
INTERVAL 30 06 * * * would launch at 6:30am daily

-Charles