summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-12-15 19:35:51 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-12-15 19:35:51 +0100
commit9389d56b0f20bd7e35d0f181259fc6906e258e7c (patch)
tree6bf6c47ae71717c1169cdd37911a5d5d4132e4ab /CHANGES
parentf9d6f26cbf330d3c951a8801f963e685f64cc39c (diff)
downloadsmokeping-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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5c4710..dc6f28b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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