1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

Correct use statement to actually useuse Munin::Plugin::SNMP

This commit is contained in:
Tom Feiner 2011-02-23 14:16:49 +01:00 committed by Steve Schnepp
parent f00e552b55
commit 72736dae0b

View file

@ -81,7 +81,7 @@
#%# capabilities=snmpconf
use strict;
use Net::SNMP;
use Munin::Plugin::SNMP;
my $DEBUG = 0;