[Pkg-nagios-changes] [pkg-nagios] r1593 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Mon Nov 17 21:36:59 UTC 2008
tags 505610 pending
thanks
Author: waja
Date: 2008-11-17 21:36:58 +0000 (Mon, 17 Nov 2008)
New Revision: 1593
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
fixing check_cups
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2008-11-13 09:23:50 UTC (rev 1592)
+++ nagios-plugins/trunk/debian/changelog 2008-11-17 21:36:58 UTC (rev 1593)
@@ -2,6 +2,8 @@
* add missing auth pair parameter to check_https_auth_hostname* command
definitions
+ * changing check_cups command to use host headers anymore, since cups changed
+ it's behavior in etch (Closes: #505610)
-- Jan Wagner <waja at cyconet.org> Thu, 02 Oct 2008 00:45:31 +0200
Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg 2008-11-13 09:23:50 UTC (rev 1592)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg 2008-11-17 21:36:58 UTC (rev 1593)
@@ -49,7 +49,7 @@
# 'check_cups' command definition
define command{
command_name check_cups
- command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p 631
+ command_line /usr/lib/nagios/plugins/check_http -I '$HOSTADDRESS$' -p 631
}
####
@@ -107,5 +107,5 @@
# '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
+ command_line /usr/lib/nagios/plugins/check_http -I '$HOSTADDRESS$' -p 631 -4
}
More information about the Pkg-nagios-changes
mailing list