diff --git a/check_snmp/trunk/check_snmp_connectivity b/check_snmp/trunk/check_snmp_connectivity index 61b33fa..643d7e8 100755 --- a/check_snmp/trunk/check_snmp_connectivity +++ b/check_snmp/trunk/check_snmp_connectivity @@ -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 "Location: $location \n"; print "Name: $name \n";