Code

Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>
Wed, 7 May 2003 18:01:32 +0000 (18:01 +0000)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>
Wed, 7 May 2003 18:01:32 +0000 (18:01 +0000)
commit6882b543648b994a1707a96a9116ae52fe72b57a
tree1606ebbfd7f7f5caca49f97d52b88d55150426ca
parent9d7f91d6dcb42f75b4c44e30673fdc2e579704e9
Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the
PING6_COMMAND determined during the configure script execution. As
USE_IPV6 may be defined and PING6_COMMAND is not defined if there is not
IPv6 TCP stack available when configure is run I condition it off
PING6_COMMAND existing to remove build errors for being undefined.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@500 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_ping.c