Xymon Mailing List Archive search

"ports" RRD graph not showing up

list Gary B.
Thu, 31 Aug 2006 11:06:52 -0400
Message-Id: <user-47ea64a4af2b@xymon.invalid>

I don't think there is a "HOST=" tag for the PORT command.  Maybe you
meant "TEXT="?

If you are trying to restrict the count to certain hosts, then you have
to add their IP to the LOCAL=<regex> (or REMOTE=<regex> portion of the
PORT command.

GLH
The section those tests are under is for a regex of multiple hosts.
The "HOST=" tag in the copy/paste I provided is to test for those
ports on only one host.

-----Original Message-----
From: Gary B. [mailto:user-33b796116d5f@xymon.invalid]
Sent: Thursday, August 31, 2006 9:44 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] "ports" RRD graph not showing up

I'm running Hobbit 4.2.0 and just added a PORTS section for one of my
hosts.
It looks like the server is checking the ports correctly, but the RRD
graph isn't showing up, even with the TRACK statement.

        PORT    LOCAL=%[.:]4001$ STATE=LISTEN HOST=<hostname>
        PORT    LOCAL=%[.:]5001$ STATE=LISTEN HOST=<hostname>
        PORT    LOCAL=%[.:]5002$ STATE=LISTEN HOST=<hostname>
        PORT    LOCAL=%[.:]4001$ STATE=ESTABLISHED TRACK=4001
HOST=<hostname>
        PORT    LOCAL=%[.:]5001$ STATE=ESTABLISHED TRACK=5001
HOST=<hostname>
        PORT    LOCAL=%[.:]5002$ STATE=ESTABLISHED TRACK=5002
HOST=<hostname>

I don't see anything of interest in the client or server logs.  Any
ideas?