summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-01-28 07:44:56 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-01-28 07:44:56 (GMT)
commit489f4501f8d6bc1f53b4c808ecade65e7b0175cd (patch)
tree63e5cafbf12246544e8ab2b416d478c844163536 /contrib
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')
-rw-r--r--contrib/checkciscotemp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkciscotemp.pl b/contrib/checkciscotemp.pl
index c999e19..8fdc429 100644
--- a/contrib/checkciscotemp.pl
+++ b/contrib/checkciscotemp.pl
@@ -30,7 +30,7 @@
30# (in accordance with the plugin coding guidelines) 30# (in accordance with the plugin coding guidelines)
31#################################### 31####################################
32 32
33#use Net::SNMP; 33use Net::SNMP;
34use Getopt::Long; 34use Getopt::Long;
35&Getopt::Long::config('auto_abbrev'); 35&Getopt::Long::config('auto_abbrev');
36 36