From c59cfa34e0829dbcd9204e094daedd4d8049dcb6 Mon Sep 17 00:00:00 2001 From: Subhendu Ghosh Date: Sun, 23 Feb 2003 17:10:39 +0000 Subject: removed community string in CRIT message git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@355 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/contrib/check_bgpstate.pl b/contrib/check_bgpstate.pl index 6658a0b..645d750 100644 --- a/contrib/check_bgpstate.pl +++ b/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}; } -- cgit v0.10-9-g596f