From 5ac8f856907a3382fbadbfcfafe9359587e0f14f Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 1 Jul 2022 10:43:47 -0500 Subject: [PATCH] Increase traceroute timeout (#14084) traceroute going to 30hops with a 3s timeout was exceeding the default execution time. https://community.librenms.org/t/possible-bug-in-polling/19061 --- LibreNMS/Polling/ConnectivityHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/LibreNMS/Polling/ConnectivityHelper.php b/LibreNMS/Polling/ConnectivityHelper.php index 5729551bd3..1da8449b63 100644 --- a/LibreNMS/Polling/ConnectivityHelper.php +++ b/LibreNMS/Polling/ConnectivityHelper.php @@ -146,6 +146,7 @@ class ConnectivityHelper } $process = new Process($command); + $process->setTimeout(120); $process->run(); return [