use new IgnoreNetSNMPConf support

This commit is contained in:
Oliver Gorwits
2012-12-09 15:37:22 +00:00
parent 8aa53fc11f
commit 6f95016508

View File

@@ -108,6 +108,7 @@ sub snmp_connect {
Timeout => ($nd_config->{snmptimeout} || 1000000), Timeout => ($nd_config->{snmptimeout} || 1000000),
MibDirs => _build_mibdirs(), MibDirs => _build_mibdirs(),
AutoSpecify => 1, AutoSpecify => 1,
IgnoreNetSNMPConf => 1,
Debug => ($ENV{INFO_TRACE} || 0), Debug => ($ENV{INFO_TRACE} || 0),
); );