mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
removed community string in CRIT message
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@355 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
90d58acf74
commit
c59cfa34e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue