monitoring virtual vips
list Rodney Simioni
Greetings, I have virtual vips to monitor -- there will be no client installed on these virtual vips, obviously. I would like to monitor the ping test and see if ports are open. Here is what I have in the hobbit-clients.cfg PORT LOCAL=%(:23456|:8377|:8378|:23455) $" state=LISTEN SUBPAGE=vips I'm still getting only a dash on the vips page -- thanks in advance for any help Rod
list Jeremy Laidman
The port tests come from the client so if you're not running a client then you won't get any port test results. J
▸
On 02/08/2014 3:42 AM, "Simioni, Rodney" <user-3ffedc1f4d0c@xymon.invalid> wrote:
Greetings, I have virtual vips to monitor -- there will be no client installed on these virtual vips, obviously. I would like to monitor the ping test and see if ports are open. Here is what I have in the hobbit-clients.cfg PORT LOCAL=%(:23456|:8377|:8378|:23455) $" state=LISTEN SUBPAGE=vips I'm still getting only a dash on the vips page -- thanks in advance for any help Rod
list Jeremy Laidman
Rodney
It just occurred to me that you could do this by specifying a"negative"
network test on the Xymon server. In your hosts.cfg file, add "!port23456
!port8377 ..." for an entry for the VIP and then define these names in
protocols.cfg, like so:
[port23456]
port 23456
[port8377]
port 8377
J
▸
On 06/08/2014 5:17 PM, "Jeremy Laidman" <user-71895fb2e44c@xymon.invalid> wrote:
The port tests come from the client so if you're not running a client then you won't get any port test results. J On 02/08/2014 3:42 AM, "Simioni, Rodney" <user-3ffedc1f4d0c@xymon.invalid> wrote:Greetings, I have virtual vips to monitor -- there will be no client installed on these virtual vips, obviously. I would like to monitor the ping test and see if ports are open. Here is what I have in the hobbit-clients.cfg PORT LOCAL=%(:23456|:8377|:8378|:23455) $" state=LISTEN SUBPAGE=vips I'm still getting only a dash on the vips page -- thanks in advance for any help Rod