[Pkg-nagios-changes] [pkg-nagios] r1151 - nagios-plugins/trunk/debian/pluginconfig

Jan Wagner waja-guest at alioth.debian.org
Thu Apr 26 09:38:28 UTC 2007


Author: waja-guest
Date: 2007-04-26 09:38:27 +0000 (Thu, 26 Apr 2007)
New Revision: 1151

Modified:
   nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
add check for cups webinterface

Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg	2007-04-26 08:23:00 UTC (rev 1150)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg	2007-04-26 09:38:27 UTC (rev 1151)
@@ -29,6 +29,12 @@
 	command_line	/usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$
 	}
 
+# 'check_cups' command definition
+define command{
+	command_name	check_cups
+	command_line	/usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p 631
+	}
+
 ####
 # use these checks, if you want to test IPv4 connectivity on IPv6 enabled systems
 ####
@@ -63,3 +69,9 @@
         command_name    check_https_auth_4
         command_line    /usr/lib/nagios/plugins/check_http --ssl -H $HOSTADDRESS$ -I $HOSTADDRESS$ -a $ARG1$ -4
         }
+
+# 'check_cups_4' command definition
+define command{
+	command_name	check_cups_4
+	command_line	/usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p 631 -4
+	}




More information about the Pkg-nagios-changes mailing list