Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@andy232
Favorites0
Views
Projects0
I changed the following line to avoid problems with services containing "open" in the name, e.g.: openvpn if [ `echo $f_result | egrep -c 'udp open'` -gt 0 ]; then
Reviewed 9 years ago
Hi there, in some situations ping_remote returns "OK" although the device is turned off. I found out that a manual ping returns the following: Pinging 192.168.90.200 with 32 bytes of data: Reply from 192.168.90.10: Destination host unreachable. Reply from 192.168.90.10: Destination host unreachable. Reply from 192.168.90.10: Destination host unreachable. Reply from 192.168.90.10: Destination host unreachable. Ping statistics for 192.168.90.200: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms So ping returns a "0% Paket loss". That is the problem I think. Any hints ? Greetings, Andy.
Reviewed 13 years ago