Xymon Mailing List Archive search

conn:red but host is ok also clear for files,http and procs

list Kristian Nielsen
Sat, 07 Mar 2009 09:37:38 +0100
Message-Id: <user-dd1f41f77bca@xymon.invalid>

pankaj dorlikar <user-93d3572686c4@xymon.invalid> writes:
i have 2 hosts having ips 13.1.1.4 and 13.1.1.2 ( internal network)  which
are reachable by ip address from xymon server.In dns its hostname resolves
to its old ip address  of 192.168.2.106 &2.107 resp.I get
So if I understand you correctly, the host you are testing has wrong
information in DNS, so you want Hobbit to monitor it using IP addresses,
ignoring DNS?
bbd:bbd ok : Ping failed, or dialup host/service
Service bbd on tb1.stp.cdac.ernet.in is OK
Dialup host/service, or test depends on another failed te

Host appears to be down

conn :conn NOT ok
Service conn on tb1.stp.cdac.ernet.in is not OK : Host does not respond to ping
So I assume you have something like this in bb-hosts:

13.1.1.2      tb1.stp.cdac.ernet.in     # bbd ssh

To get Hobbit to use the IP address and not lookup the name in DNS, you can
use `testip', changing the line to this:

13.1.1.2      tb1.stp.cdac.ernet.in     # testip bbd ssh

Then Hobbit will ping 13.1.1.2 (which I understand works) instead of
tb1.stp.cdac.ernet.in (which I understand does not work).

If you have http tests, you need to similarly change this:

    http://tb1.stp.cdac.ernet.in/

into this:

    http://tb1.stp.cdac.ernet.in=13.1.1.2/
i get files,ports and procs as clear for every host including server
How and where to configure for each of these tests.can anybody give its
detailed explainnation?also can i know the meaning of all types of
reports...
The clear is probably due to the ping test failing. Hobbit takes failing conn
test to mean the host is down, and then does not bother to report all the
other services red.

Hope this helps,

 - Kristian.