From 1de265699b3cfb8068060cb23f2f08726d6dff37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Mon, 29 Mar 2010 16:20:57 +0000 Subject: [PATCH] check_snmp_connectivity output improved --- check_snmp/trunk/check_snmp_connectivity | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";