summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--command.cfg.in4
-rw-r--r--configure.in1
2 files changed, 3 insertions, 2 deletions
diff --git a/command.cfg.in b/command.cfg.in
index bde271d..85785f4 100644
--- a/command.cfg.in
+++ b/command.cfg.in
@@ -140,10 +140,10 @@ command[snmp_tcpstats]=@libexecdir@/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o tcp
140command[check_ifstatus]=@libexecdir@/check_ifstatus -H $HOSTADDRESS$ -C public 140command[check_ifstatus]=@libexecdir@/check_ifstatus -H $HOSTADDRESS$ -C public
141 141
142# check particular interface by snmp ifIndex key 142# check particular interface by snmp ifIndex key
143command[check_ifoperstatus]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -k $ARG1$ 143command[check_ifoperstatus_ifindex]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -k $ARG1$
144 144
145# check particular interface by snmp ifDescr value (verify uniqueness before using) 145# check particular interface by snmp ifDescr value (verify uniqueness before using)
146command[check_ifoperstatus]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -d $ARG1$ 146command[check_ifoperstatus_ifdescr]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -d $ARG1$
147 147
148# verify all you BGP session on a device are running (only returns warning due to some hardcoded option - to be fixed soon) 148# verify all you BGP session on a device are running (only returns warning due to some hardcoded option - to be fixed soon)
149command[check_snmp_bgpstate]=@libexecdir@/check_bgpstate -H $HOSTADDRESS$ -C public 149command[check_snmp_bgpstate]=@libexecdir@/check_bgpstate -H $HOSTADDRESS$ -C public
diff --git a/configure.in b/configure.in
index 2784b2d..2c90ebf 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,6 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION ($Revision$) 2AC_REVISION ($Revision$)
3AC_PREREQ(2.50)
3AC_INIT(Helper.pm) 4AC_INIT(Helper.pm)
4VER=1.3.99 5VER=1.3.99
5REL=1 6REL=1