[Pkg-nagios-changes] [pkg-nagios] r1191 - in nagios-snmp-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja-guest at alioth.debian.org
Mon Jul 9 13:20:09 UTC 2007
Author: waja-guest
Date: 2007-07-09 13:20:09 +0000 (Mon, 09 Jul 2007)
New Revision: 1191
Modified:
nagios-snmp-plugins/trunk/debian/changelog
nagios-snmp-plugins/trunk/debian/pluginconfig/snmp_int.cfg
Log:
change scale and unit of check_snmp_int.pl
Modified: nagios-snmp-plugins/trunk/debian/changelog
===================================================================
--- nagios-snmp-plugins/trunk/debian/changelog 2007-07-09 10:18:34 UTC (rev 1190)
+++ nagios-snmp-plugins/trunk/debian/changelog 2007-07-09 13:20:09 UTC (rev 1191)
@@ -1,3 +1,10 @@
+nagios-snmp-plugins (1.1.1-3) UNRELEASED; urgency=low
+
+ * change unit to bit/s in interface check
+ * add option for scale of bandwidth to interface check
+
+ -- Jan Wagner <waja at cyconet.org> Fri, 06 Jul 2007 23:25:38 +0200
+
nagios-snmp-plugins (1.1.1-2) unstable; urgency=low
* make use of dpatch infrastructure
Modified: nagios-snmp-plugins/trunk/debian/pluginconfig/snmp_int.cfg
===================================================================
--- nagios-snmp-plugins/trunk/debian/pluginconfig/snmp_int.cfg 2007-07-09 10:18:34 UTC (rev 1190)
+++ nagios-snmp-plugins/trunk/debian/pluginconfig/snmp_int.cfg 2007-07-09 13:20:09 UTC (rev 1191)
@@ -4,17 +4,17 @@
# 'check_snmp_int_v1' command definition
define command {
command_name check_snmp_int_v1
- command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG3$ -n $ARG1$ $ARG2$
+ command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG3$ -n $ARG1$ -B$ARG4$ $ARG2$
}
# 'check_snmp_int_v2' command definition
define command {
command_name check_snmp_int_v2
- command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG3$ -2 -n $ARG1$ $ARG2$
+ command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG3$ -2 -n $ARG1$ -B$ARG4$ $ARG2$
}
# 'check_snmp_int_v3' command definition
-define command{
+define command {
command_name check_snmp_int_v3
- command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ $USER9$ -n $ARG1$ $ARG2$
+ command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ $USER9$ -n $ARG1$ -B$ARG4$ $ARG2$
}
More information about the Pkg-nagios-changes
mailing list