diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-12-15 19:35:51 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-12-15 19:35:51 +0100 |
commit | 9389d56b0f20bd7e35d0f181259fc6906e258e7c (patch) | |
tree | 6bf6c47ae71717c1169cdd37911a5d5d4132e4ab /CHANGES | |
parent | f9d6f26cbf330d3c951a8801f963e685f64cc39c (diff) | |
download | smokeping-9389d56b0f20bd7e35d0f181259fc6906e258e7c.tar.gz smokeping-9389d56b0f20bd7e35d0f181259fc6906e258e7c.tar.xz |
ExpLoss.pm matcher produces an exponential weighted average and supports
RMON-like thresholds to obtain stable node status detection. -- Veniamin Konoplev.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +* new matcher: ExpLoss.pm matcher. + It produces an exponential weighted average and supports RMON-like + thresholds to obtain stable node status detection. -- Veniamin Konoplev V.Konoplev rssi.ru + + * let cgi processes die on config change this provides for smoother behaviour than a horde of instances going for a cfg reload. --tobi |