[Pkg-nagios-changes] [pkg-nagios] r1098 - in nagios-plugins/trunk/debian: . pluginconfig

Jan Wagner waja-guest at alioth.debian.org
Thu Jan 11 15:10:59 CET 2007


Author: waja-guest
Date: 2007-01-11 15:10:59 +0100 (Thu, 11 Jan 2007)
New Revision: 1098

Added:
   nagios-plugins/trunk/debian/NEWS.Debian
Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/ifstatus.cfg
Log:
remove static community string in ifstatus.cfg and leave notice in NEWS.Debian


Added: nagios-plugins/trunk/debian/NEWS.Debian
===================================================================
--- nagios-plugins/trunk/debian/NEWS.Debian	2007-01-08 08:17:57 UTC (rev 1097)
+++ nagios-plugins/trunk/debian/NEWS.Debian	2007-01-11 14:10:59 UTC (rev 1098)
@@ -0,0 +1,9 @@
+nagios-plugins (1.4.5-3) unstable; urgency=low
+
+ifstatus.cfg has changed. Now you have to provide a community in the first
+argument ($ARG1$). Description and IfIndex moved to second argument ($ARG2$).
+
+E.g.: use "check_ifstatus!public" instead of "check_ifstatus" as
+check_command!
+
+ -- Jan Wagner <waja at cyconet.org>  Thu, 11 Jan 2007 14:56:47 +0100

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2007-01-08 08:17:57 UTC (rev 1097)
+++ nagios-plugins/trunk/debian/changelog	2007-01-11 14:10:59 UTC (rev 1098)
@@ -10,6 +10,7 @@
   * add whois to Suggests of nagios-plugins-standard
   * fixed static community string for check_snmp_bgpstate in ping.cfg
     (closes: #403892).
+  * remove static community string in ifstatus.cfg
 
  -- sean finney <seanius at copelandia.seanius.net>  Wed,  6 Dec 2006 23:47:12 +0100
 

Modified: nagios-plugins/trunk/debian/pluginconfig/ifstatus.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ifstatus.cfg	2007-01-08 08:17:57 UTC (rev 1097)
+++ nagios-plugins/trunk/debian/pluginconfig/ifstatus.cfg	2007-01-11 14:10:59 UTC (rev 1098)
@@ -1,20 +1,20 @@
 # 'check_ifstatus' command definition
 define command{
 	command_name	check_ifstatus
-	command_line	/usr/lib/nagios/plugins/check_ifstatus -H $HOSTADDRESS$ -C public 
+	command_line	/usr/lib/nagios/plugins/check_ifstatus -H $HOSTADDRESS$ -C $ARG1$ 
 	}
 
 
 # 'check_ifoperstatus_ifindex' command definition
 define command{
 	command_name	check_ifoperstatus_ifindex
-	command_line	/usr/lib/nagios/plugins/check_ifoperstatus -H $HOSTADDRESS$ -C public -k $ARG1$
+	command_line	/usr/lib/nagios/plugins/check_ifoperstatus -H $HOSTADDRESS$ -C $ARG1$ -k $ARG2$
 	}
 
 
 # 'check_ifoperstatus_ifdescr' command definition
 define command{
 	command_name	check_ifoperstatus_ifdescr
-	command_line	/usr/lib/nagios/plugins/check_ifoperstatus -H $HOSTADDRESS$ -C public -d $ARG1$
+	command_line	/usr/lib/nagios/plugins/check_ifoperstatus -H $HOSTADDRESS$ -C $ARG1$ -d $ARG2$
 	}
 




More information about the Pkg-nagios-changes mailing list