소스 검색

removed community string in CRIT message

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@355 f882894a-f735-0410-b71e-b25c423dba1c
Subhendu Ghosh 23 년 전
부모
커밋
c59cfa34e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/check_bgpstate.pl

+ 1 - 1
contrib/check_bgpstate.pl

@@ -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};
    }