[Pkg-nagios-changes] [pkg-nagios-plugins] 67/413: add check for cups webinterface

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 3c838fb70c792c65e49cf77359032b1b01b330c6
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Apr 26 09:38:27 2007 +0000

    add check for cups webinterface
---
 debian/pluginconfig/http.cfg | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/pluginconfig/http.cfg b/debian/pluginconfig/http.cfg
index 60e232a..dc19078 100644
--- a/debian/pluginconfig/http.cfg
+++ b/debian/pluginconfig/http.cfg
@@ -29,6 +29,12 @@ define command{
 	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 @@ define command{
         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
+	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list