[Nagiosplug-checkins] CVS: nagiosplug command.cfg.in,1.8.2.1,1.8.2.2

Jeremy T. Bouse undrgrid at users.sourceforge.net
Wed Jun 11 21:15:09 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv7863

Modified Files:
      Tag: r1_3_0
	command.cfg.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.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** command.cfg.in	5 Mar 2003 04:38:50 -0000	1.8.2.1
--- command.cfg.in	12 Jun 2003 04:14:49 -0000	1.8.2.2
***************
*** 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)





More information about the Commits mailing list