From 9294a2f2b20a9289a9b5c4a4b72f308de85d8c30 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Mon, 21 Mar 2016 11:57:33 +0100 Subject: NMS: Fix switch movement and poll timeout --- clients/snmpfetchng.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/snmpfetchng.pl b/clients/snmpfetchng.pl index bece8ab..36dd675 100755 --- a/clients/snmpfetchng.pl +++ b/clients/snmpfetchng.pl @@ -95,7 +95,7 @@ sub inner_loop } } mylog( "Polling " . @switches . " switches: $poll_todo"); - SNMP::MainLoop(5); + SNMP::MainLoop(10); } sub callback{ -- cgit v1.2.3