aboutsummaryrefslogtreecommitdiff
path: root/contrib/checkciscotemp.pl
diff options
context:
space:
mode:
authorGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2003-01-28 07:44:56 +0000
committerGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2003-01-28 07:44:56 +0000
commit489f4501f8d6bc1f53b4c808ecade65e7b0175cd (patch)
tree63e5cafbf12246544e8ab2b416d478c844163536 /contrib/checkciscotemp.pl
parent8bfa89346f9d2ed62e45f1df837b394aa408e145 (diff)
downloadmonitoring-plugins-489f4501f8d6bc1f53b4c808ecade65e7b0175cd.tar.gz
typo: had commented use Net::SNMP for testing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@260 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/checkciscotemp.pl')
-rw-r--r--contrib/checkciscotemp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkciscotemp.pl b/contrib/checkciscotemp.pl
index c999e193..8fdc4294 100644
--- a/contrib/checkciscotemp.pl
+++ b/contrib/checkciscotemp.pl
@@ -30,7 +30,7 @@
# (in accordance with the plugin coding guidelines)
####################################
-#use Net::SNMP;
+use Net::SNMP;
use Getopt::Long;
&Getopt::Long::config('auto_abbrev');