]> git.sesse.net Git - nms/commitdiff
Lower the sleep interval.
authorroot <root@space>
Wed, 4 Apr 2007 10:32:47 +0000 (12:32 +0200)
committerroot <root@space>
Wed, 4 Apr 2007 10:32:47 +0000 (12:32 +0200)
clients/snmpfetch.pl

index 74f3aa5b7da5b3aac1d8cfd411651e0a52187c01..b5adb9a5ea4f816035831a4a0295963a9e0bcb95 100755 (executable)
@@ -78,7 +78,7 @@ while (1) {
                        exit;
                } else {        
                        mylog("No available switches in pool, sleeping.");
-                       sleep 60;
+                       sleep 15;
                        next;
                }
        }