diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-28 07:44:56 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-28 07:44:56 (GMT) |
commit | 489f4501f8d6bc1f53b4c808ecade65e7b0175cd (patch) | |
tree | 63e5cafbf12246544e8ab2b416d478c844163536 | |
parent | 8bfa89346f9d2ed62e45f1df837b394aa408e145 (diff) | |
download | monitoring-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
-rw-r--r-- | contrib/checkciscotemp.pl | 2 |
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; | 33 | use Net::SNMP; |
34 | use Getopt::Long; | 34 | use Getopt::Long; |
35 | &Getopt::Long::config('auto_abbrev'); | 35 | &Getopt::Long::config('auto_abbrev'); |
36 | 36 | ||