From 72736dae0bdac9711a0e7bd3e36f5e133a1169bf Mon Sep 17 00:00:00 2001 From: Tom Feiner Date: Wed, 23 Feb 2011 14:16:49 +0100 Subject: [PATCH] Correct use statement to actually useuse Munin::Plugin::SNMP --- plugins/other/snmp__cpu_usage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/snmp__cpu_usage b/plugins/other/snmp__cpu_usage index 54d34542..d3c3c0a5 100755 --- a/plugins/other/snmp__cpu_usage +++ b/plugins/other/snmp__cpu_usage @@ -81,7 +81,7 @@ #%# capabilities=snmpconf use strict; -use Net::SNMP; +use Munin::Plugin::SNMP; my $DEBUG = 0;