diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-21 11:58:57 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-21 11:58:57 +0100 |
commit | 27a8d3b28c2fa4e45f477a750d6f70f30fecddad (patch) | |
tree | b5bdf9297e2448c8dd883c3fb2e3c0e120eb1c59 /clients/snmpfetchng.pl | |
parent | 8def7ece0c59dcc2753800f4b97b4d409b1ef949 (diff) | |
parent | 9294a2f2b20a9289a9b5c4a4b72f308de85d8c30 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage into dev
Diffstat (limited to 'clients/snmpfetchng.pl')
-rwxr-xr-x | clients/snmpfetchng.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |