Code

Many fixes to snapshot scripts
[nagiosplug.git] / contrib / check_bgpstate.pl
index 6658a0b8f26a5c1ca3e614464a94a586f919bc5e..645d7505e62013c7ab84d623ba6b085964da5a4c 100644 (file)
@@ -141,7 +141,7 @@ foreach $snmpoid (@snmpoids) {
       $answer=$session->error;
       $session->close;
       $state = 'CRITICAL';
-      print ("$state: $answer,$community,$snmpkey");
+      print ("$state: $answer,$snmpkey");
       exit $ERRORS{$state};
    }