Hi,
I have installed xymon-4.3.11-10.el6.x86_64 from the Terabithia server on RedHat EL6. I have a problem with a PAGE directive in my analysis configuration. My hosts.cfg looks like this: ################# 0.0.0.0 vm.xyz.de # bbd http://localhost/
page ldap LDAP servers 1.2.3.4 ldap1.xyz.de # ... 2.3.4.5 ldap2.xyz.de # ... ################# Now I add tests for the slapd process and the ldap ports to a file in the analysis.d directory. The file looks like this:
PAGE=ldap PORT "LOCAL=%([.:]389)$" min=1 col=red TRACK=ldap TEXT=LDAP PORT "LOCAL=%([.:]636)$" min=1 col=red TRACK=ldaps TEXT=LDAPS PROC slapd 1 1
This works fine, with the exception, that the tests are also done for the xymon server itself (vm.xyz.de). The ports and procs tests for the xymon server immediately turned red. When I change the analysis file so that it contains a HOST statement, only those hosts are tested. But the PAGE entry doesn't seem to work properly. Has anyone else seen this?
Dirk