A rather odd thing I see in your example - you have two http tests for the same host. If you want to have both I would think you'd need to rename one of them by doing a separate portocols.cfg entry or putting it under a differnet hostname.
It seems to me that you probably have some syntax error in your hosts.cfg file to cause the different results.
cheers, Phil
On 28/06/2011 at 4:03 AM, in message <1205542418.4630071309197825488.JavaMail.root at amundsen.cs.athabascau.ca>, Troy Adams <troy at athabascau.ca> wrote: I have two servers (monitor5 and monitor3) running Xymon 4.3.2 that both have the same hosts.cfg entries for a particular host. The entry uses the
httpstatus test and goes like this:
192.168.0.29 camilla # postgresql \ http://MyUrlA \ httpstatus=dbB;https://MyUrlB;200 \ httpstatus=dbC;https://MyUrlC;200 \ http://MyUrlD
The strange thing, is that when dbC fails with a non 200.... on monitor3 dbC and http tests show red on monitor5 dbC shows red and http shows green
Why do the two monitoring servers behave differently? Any idea where to look?
thanks,
Troy