aboutsummaryrefslogtreecommitdiffstats
path: root/clients/snmpfetch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'clients/snmpfetch.pl')
-rwxr-xr-xclients/snmpfetch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/snmpfetch.pl b/clients/snmpfetch.pl
index d3f289c..9a8ff50 100755
--- a/clients/snmpfetch.pl
+++ b/clients/snmpfetch.pl
@@ -41,7 +41,7 @@ sub poll_loop {
} else {
$qualification = <<"EOF";
(last_updated IS NULL OR now() - last_updated > poll_frequency)
- AND (locked='f' OR now() - last_updated > '15 minutes'::interval)
+ AND (locked='f' OR now() - last_updated > '5 minutes'::interval)
AND ip is not null
EOF
}