summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/matchers
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24use max index instead of count ... then it all works nicelyTobias Oetiker1-3/+2
2011-11-24fixed off by 1 errorTobias Oetiker1-0/+1
2011-11-23add missing } ... syntax errorTobias Oetiker1-1/+1
2011-11-23make sure we stay within the bounds of the arrayTobias Oetiker1-0/+3
2011-11-22make Median matcher work fine on startup and when unknown values are in the ↵Tobias Oetiker1-2/+9
stream
2008-12-22minor fixesTobi Oetiker1-15/+14
2008-12-15ExpLoss.pm matcher produces an exponential weighted average and supportsTobi Oetiker1-0/+153
RMON-like thresholds to obtain stable node status detection. -- Veniamin Konoplev.
2007-01-13median was lacking a new method ... Tobi Oetiker1-0/+12
2006-12-12added new Median ratio matcher - comparing two mediansTobi Oetiker2-2/+119
fixed classic Median matcher
2006-07-14* added matchers CheckLatency and CheckLoss -- tobi, from Dylan Vanderhoof ↵Tobi Oetiker2-0/+193
DylanV semaphore.com
2006-07-12* pass 'prevmatch' to alert matcher plugins.Niko Tyni1-1/+6
-- niko, from Dylan Vanderhoof <DylanV *semaphore.com> (add to trunk as well)
2005-03-11removed extra spaceTobi Oetiker1-1/+1
2005-02-16* announce smokeping version at startupNiko Tyni3-17/+20
* add matcher list to smokeping_config * make matcher names start with a capital letter * make probe names start with a capital letter * small doc updates * one more pod2html makefile fix
2005-02-13Moved probes, matchers and ciscoRttMonMIB modules to lib/Smokeping.Niko Tyni3-0/+355