icingaweb2/modules/monitoring/test/php/library/Monitoring/Plugin
Thomas Gelf 51484ebf88 monitoring/Perfdata: ignore invalid min/max
key=23;0;0;0;0 and key=23;;;; lead to division by zero exceptions
This should fix this by ignoring empty strings for min/max (formerly
it got "converted" to float(0)) and also ignores min == max.

fixes #6828
2014-07-31 16:52:34 +02:00
..
PerfdataSetTest.php Perfdata plugin should also have a knowledge about labels 2014-07-11 16:31:00 +02:00
PerfdataTest.php monitoring/Perfdata: ignore invalid min/max 2014-07-31 16:52:34 +02:00