Xymon Mailing List Archive search

Running server-side custom test more often than every 5 minutes

list Glauber Ribeiro
Fri, 13 Feb 2015 18:20:30 +0000
Message-Id: <user-676030c7f6a1@xymon.invalid>

I think I got it…

Changed to

        INTERVAL 60

(i.e. 60 seconds) and it is working. Not sure why the “1m” didn’t. I see that syntax elsewhere in tasks.cfg.

g


From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of Ribeiro, Glauber
Sent: Friday, February 13, 2015 12:15
To: xymon at xymon.com
Subject: [Xymon] Running server-side custom test more often than every 5 minutes

I have the a server side test that my manager wants to run once a minute. I set it up in (a file included by) tasks.cfg, like this:

[VHRPING]
        ENVFILE /usr/local/xymon/server/etc/xymonserver.cfg
        NEEDS xymond
        CMD /usr/local/xymon/server/ext/bbvhr_rrd.sh
        LOGFILE $XYMONSERVERLOGS/vhrping.log
        INTERVAL 5m

I changed this so the last line reads

        INTERVAL 1m

but it still seems to be running only every 5 minutes.


Is there anything else I need to change in order to run this test once a minute?

(Xymon version 4.3.10)

Thanks,

glauber