diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2010-03-09 09:19:12 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2010-03-09 09:19:12 +0100 |
commit | 98421ee8ba3adf8545f4a35e673ff8ef6881b65e (patch) | |
tree | 6b23b1214a350f064fff813a71b45b3b89cdf975 /CHANGES | |
parent | ccac2c707170b3e4ccb8c3f714abcaf9e1ceb962 (diff) | |
download | smokeping-98421ee8ba3adf8545f4a35e673ff8ef6881b65e.tar.gz smokeping-98421ee8ba3adf8545f4a35e673ff8ef6881b65e.tar.xz |
raise timeout to 5s and twist basefork.pm into allowing this by providing a higher _default timeout for the probe.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +* bandaid fix for timeout issue in CiscoRTTMonEchoICMP probe ... + since the probe needs a longer timeout, the basefork parent needs to wait + longer too ... a local timeout configurable with higher default should fix + this. -- tobi + * make the build system compatible with HTML::Parser >= 3.64 --niko, reported as Debian bug #560562 |