diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-21 12:22:34 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-21 12:22:34 +0100 |
commit | ac9fec052dce3bd911690e9a4ecb5010c5fd9673 (patch) | |
tree | 979d72c73df9b35baf557e67cf9ef652865f9ab3 /clients/snmpfetchng.pl | |
parent | 9f2d2bc0faba3eef6ddfd7cfaf87dc28988acecf (diff) | |
parent | 9294a2f2b20a9289a9b5c4a4b72f308de85d8c30 (diff) |
Merge branch 'master' of https://github.com/tech-server/tgmanage
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{ |