Code

typo: had commented use Net::SNMP for testing
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Tue, 28 Jan 2003 07:44:56 +0000 (07:44 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Tue, 28 Jan 2003 07:44:56 +0000 (07:44 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@260 f882894a-f735-0410-b71e-b25c423dba1c

contrib/checkciscotemp.pl

index c999e193a505ab97d975b69977b59d787f94da74..8fdc4294d1e274751eedf52c29ac4e3214198c9b 100644 (file)
@@ -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');