summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 893f833)
raw | patch | inline | side by side (parent: 893f833)
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Thu, 12 Jun 2003 04:16:34 +0000 (04:16 +0000) | ||
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Thu, 12 Jun 2003 04:16:34 +0000 (04:16 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@547 f882894a-f735-0410-b71e-b25c423dba1c
command.cfg.in | patch | blob | history | |
configure.in | patch | blob | history |
diff --git a/command.cfg.in b/command.cfg.in
index bde271d37360d0bcd41fb39732ba6ca7bc3ba5e9..85785f40eb42600bc496b21f7af2efeed514c570 100644 (file)
--- a/command.cfg.in
+++ b/command.cfg.in
@@ -140,10 +140,10 @@ command[snmp_tcpstats]=@libexecdir@/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o tcp
command[check_ifstatus]=@libexecdir@/check_ifstatus -H $HOSTADDRESS$ -C public
# check particular interface by snmp ifIndex key
-command[check_ifoperstatus]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -k $ARG1$
+command[check_ifoperstatus_ifindex]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -k $ARG1$
# check particular interface by snmp ifDescr value (verify uniqueness before using)
-command[check_ifoperstatus]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -d $ARG1$
+command[check_ifoperstatus_ifdescr]=@libexecdir@/check_ifoperstatus -H $HOSTADDRESS$ -C public -d $ARG1$
# verify all you BGP session on a device are running (only returns warning due to some hardcoded option - to be fixed soon)
command[check_snmp_bgpstate]=@libexecdir@/check_bgpstate -H $HOSTADDRESS$ -C public
diff --git a/configure.in b/configure.in
index 2784b2d7b0d7fa897f4b35820c58cd660efbf54b..2c90ebffc9fb71b01ba01c2f2c06eb2f28821995 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
AC_REVISION ($Revision$)
+AC_PREREQ(2.50)
AC_INIT(Helper.pm)
VER=1.3.99
REL=1