From ae4ad57d12cda350022aff26380d40f6d1779b87 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 17 Mar 2016 01:22:01 +0000 Subject: SNMPfetch: Try random things to nail down deadlock It's not a big deal, but it's ugly. :wq asf --- include/config.pm.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.pm.dist b/include/config.pm.dist index 6d9ae94..a1db01a 100755 --- a/include/config.pm.dist +++ b/include/config.pm.dist @@ -31,7 +31,8 @@ our @snmp_objects = [ ['ifInErrors'], ['ifOutErrors'], ['ifInUnknownProtos'], -['ifOutQLen'] +['ifOutQLen'], +['1.3.6.1.4.1.2636.3.1.13.1.7.7.1.0'] ]; # Max SNMP polls to fire off at the same time. our $snmp_max = 20; -- cgit v1.2.3