[Xymon] Windows load triggering only on default settings?

henrik at hswn.dk henrik at hswn.dk
Thu Dec 8 15:53:51 CET 2011


On Thu, 8 Dec 2011 15:11:47 +0100, "Hermann-Josef Beckers"
<hj.beckers at kreis-steinfurt.de> wrote:
> <henrik at hswn.dk> schrieb am 08.12.2011 14:48:38:
>> 
>> could you send me (private mail - henrik at hswn.dk) the analysis.cfg
file? I
>> would like to know exactly what is going on and having the file to test
>> would make it much easier.
>> 
> Done.

The problem turned out to be some confusion about the regular expressions,
in combination with a rule that would unexpectedly take precedence over the
wanted one. When using regex'es, you must be careful about the order in
which you list the various rules. In this case there was 

  HOST=%ss
     LOAD ...

followed by

  HOST=%ssnts|sspro
     LOAD ...

and since Xymon uses the first rule that matches, the "%ssnts|sspro"
expression would never be used.


Regards,
Henrik




More information about the Xymon mailing list