[Nagiosplug-checkins] CVS: nagiosplug/contrib check_bgpstate.pl,1.1.1.1,1.2
Subhendu Ghosh
sghosh at users.sourceforge.net
Sun Feb 23 09:11:15 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug/contrib
In directory sc8-pr-cvs1:/tmp/cvs-serv25257/contrib
Modified Files:
check_bgpstate.pl
Log Message:
removed community string in CRIT message
Index: check_bgpstate.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_bgpstate.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** check_bgpstate.pl 28 Feb 2002 06:42:53 -0000 1.1.1.1
--- check_bgpstate.pl 23 Feb 2003 17:10:39 -0000 1.2
***************
*** 142,146 ****
$session->close;
$state = 'CRITICAL';
! print ("$state: $answer,$community,$snmpkey");
exit $ERRORS{$state};
}
--- 142,146 ----
$session->close;
$state = 'CRITICAL';
! print ("$state: $answer,$snmpkey");
exit $ERRORS{$state};
}
More information about the Commits
mailing list