Xymon Mailing List Archive search

CRONDATE on 4.3.7

2 messages in this thread

list Usa Ims · Tue, 10 Mar 2015 20:09:46 +0000 (UTC) ·
I have heard there are issues with 'CRONDATE' on version 4.3.7 on a Linux ubuntu client.
My issues is that if I use CRONDATE instead of INTERVAL, it won't obey my settings. No matter what settings I use, it runs the test ever 5 seconds.Here is my settings:

[xxxxx]        ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg        CMD $HOBBITCLIENTHOME/ext/xxxx.pl        LOGFILE $HOBBITCLIENTHOME/logs/xxxx.log        CRONDATE 16 2 * * *
There is a patch for a CRONDATE fix but I don't know if the patch will fix it.
http://sourceforge.net/p/xymon/mailman/message/28718513/

If the patch will fix it, how do I go about patching my xymon client/server that was installed via 'apt-get install'?
Thanks in advance.
usaims
list Jeremy Laidman · Wed, 11 Mar 2015 12:58:59 +1100 ·
quoted from Usa Ims
On 11 March 2015 at 07:18, usa ims via Xymon <xymon at xymon.com> wrote:
If the patch will fix it, how do I go about patching my xymon
client/server that was installed via 'apt-get install'?
You run "apt-get upgrade <packagename>".

The patch is only useful if you're compiling the source code.  If you do
that, you will want to remove the package so it doesn't conflict or cause
confusion.

J