icingaweb2/modules/monitoring/test/php/library/Monitoring
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
..
Plugin monitoring/Perfdata: ignore invalid min/max 2014-07-31 16:52:34 +02:00