[Nagiosplug-checkins] CVS: nagiosplug command.cfg.in,1.9,1.10 configure.in,1.80,1.81
Jeremy T. Bouse
undrgrid at users.sourceforge.net
Wed Jun 11 21:17:06 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv8173
Modified Files:
command.cfg.in configure.in
Log Message:
Made the two check_ifoperstatus commands unique to remove conflicts
Index: command.cfg.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/command.cfg.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** command.cfg.in 8 Apr 2003 20:38:27 -0000 1.9
--- command.cfg.in 12 Jun 2003 04:16:34 -0000 1.10
***************
*** 141,148 ****
# check particular interface by snmp ifIndex key
! command[check_ifoperstatus]=@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$
# verify all you BGP session on a device are running (only returns warning due to some hardcoded option - to be fixed soon)
--- 141,148 ----
# check particular interface by snmp ifIndex key
! 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_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)
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** configure.in 8 Jun 2003 22:39:20 -0000 1.80
--- configure.in 12 Jun 2003 04:16:34 -0000 1.81
***************
*** 1,4 ****
--- 1,5 ----
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
More information about the Commits
mailing list