mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 10:23:46 +01:00
check_snmp_connectivity output improved
This commit is contained in:
parent
7b94c510cf
commit
1de265699b
@ -161,7 +161,8 @@ if ( !defined( $s->get_request($oid_description) ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($uptime ) { print "Uptime is good: " . int($uptime) . "\n"; }
|
#if ($uptime ) { print "Uptime is good: " . int($uptime) . "\n"; }
|
||||||
|
print "SNMP Connectivity OK... \n";
|
||||||
print "Description: $description \n";
|
print "Description: $description \n";
|
||||||
print "Location: $location \n";
|
print "Location: $location \n";
|
||||||
print "Name: $name \n";
|
print "Name: $name \n";
|
||||||
|
Loading…
Reference in New Issue
Block a user