blob: 9f867ffbdf599698628833e1576b1b60419c972f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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};
}
|