[Pkg-nagios-changes] [pkg-nagios] r1092 - in
nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja-guest at alioth.debian.org
Thu Dec 21 23:27:15 CET 2006
Author: waja-guest
Date: 2006-12-21 23:27:14 +0100 (Thu, 21 Dec 2006)
New Revision: 1092
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/ping.cfg
Log:
add explicit IPv6 checks to ping.cfg
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2006-12-19 22:00:24 UTC (rev 1091)
+++ nagios-plugins/trunk/debian/changelog 2006-12-21 22:27:14 UTC (rev 1092)
@@ -2,6 +2,9 @@
* NOT RELEASED YET
+ [jan wagner]
+ * add explicit IPv4 checks to ping.cfg
+
-- sean finney <seanius at copelandia.seanius.net> Wed, 6 Dec 2006 23:47:12 +0100
nagios-plugins (1.4.5-2) unstable; urgency=medium
Modified: nagios-plugins/trunk/debian/pluginconfig/ping.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ping.cfg 2006-12-19 22:00:24 UTC (rev 1091)
+++ nagios-plugins/trunk/debian/pluginconfig/ping.cfg 2006-12-21 22:27:14 UTC (rev 1092)
@@ -32,3 +32,41 @@
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1
}
+####
+# use these checks, if you wonna test IPv4 connectivity on IPv6 enabled systems
+####
+
+# 'check_ping_4' command definition
+define command{
+ command_name check_ping
+ command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -4
+ }
+
+
+# 'check-host-alive_4' command definition
+define command{
+ command_name check-host-alive
+ command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
+ }
+
+
+# 'check-printer-alive_4' command definition
+define command{
+ command_name check-printer-alive
+ command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
+ }
+
+
+# 'check-switch-alive_4' command definition
+define command{
+ command_name check-switch-alive
+ command_line /usr/lib/nagios/plugins/check_ping $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
+ }
+
+
+# 'check-router-alive_4' command definition
+define command{
+ command_name check-router-alive
+ command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
+ }
+
More information about the Pkg-nagios-changes
mailing list