got a question about the check_ping plugin.
System running is a centos 7.8, fully patched, nagios and plugins installed from the epel repo. (core)
We are working in a front-back setup with nagios. This means, our backend servers are doing all the checks and our frontend servers are just showing the results.
Now, our backend servers also monitors our frontend servers together with all the IP's living on it.
Lets say 192.168.200.2 is our backend server and our Service IP is running on the frontend server 192.168.200.5
The service IP 192.168.219.5 is located on the frontend server but as you can see, not in the same subnet nor vlan.
So the router is saying when I do a normal ping:
Code: Select all
From Gateway (192.168.200.12) icmp_seq=2 Redirect Host(New nexthop: frontendserver(192.168.200.5)) That being said:
the check_ping plugin shows on a regular basis:
Code: Select all
PING CRITICAL - Packet loss = 100%|rta=2000.000000ms;100.000000;2000.000000;0.000000 pl=100%;50;100;0Is it possible check_ping cannot handle this? And does anyone encountered this issue before (and how did you fix it?)
thanks a million!
Josdemosselman