--- check_bgpstate.pl.orig Sat Feb 22 18:38:39 2003 +++ check_bgpstate.pl Sat Feb 22 18:38:53 2003 @@ -141,7 +141,7 @@ $answer=$session->error; $session->close; $state = 'CRITICAL'; - print ("$state: $answer,$community,$snmpkey"); + print ("$state: $answer,$snmpkey"); exit $ERRORS{$state}; }