Xymon Mailing List Archive search

client-local.cfg and xymon-4.3.15

list Dominique Frise
Wed, 05 Feb 2014 16:51:31 +0100
Message-Id: <user-66c6bf48beca@xymon.invalid>

Hi,

We updated our xymon-server from version 4.3.11 to 4.3.15.
The client-local.cfg does not seem to be handled the way it was.

Example :

[linux]
log:/var/log/messages:10240
ignore MARK
trigger Error|error|ERROR

[monk]
log:/var/log/messages:102400
ignore mDNSPlatformSendUDP\sgot\serror\s22
ignore read_data
log:/var/log/logwatch:10240


Which mean that we want to overwrite default linux settings for "monk" 
client.

But there is the resulting content of logfetch.monk.cfg on the client :

[xymon at monk tmp]$ cat logfetch.monk.cfg
log:/var/log/messages:10240
ignore MARK
trigger Error|error|ERROR
log:/var/log/messages:102400
ignore mDNSPlatformSendUDP\sgot\serror\s22
ignore read_data
log:/var/log/logwatch:10240


The default settings are there too !?
Did we missed a patch/advice for this ?

Thanks,

Dominique