summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/matchers/Median.pm
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
2007-01-13median was lacking a new method ... Tobi Oetiker1-0/+12
2006-12-12added new Median ratio matcher - comparing two mediansTobi Oetiker1-2/+1
fixed classic Median matcher
2005-02-16* announce smokeping version at startupNiko Tyni1-0/+80
* 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