Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
andy232
byandy232, August 22, 2016
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
if [ `echo $f_result | egrep -c 'udp open'` -gt 0 ]; then
byandy232, October 24, 2012
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.
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.