icingaweb2/modules/monitoring/test/php
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
..
application Remove @codingStandardsIgnoreStart/-Stop annotations 2014-06-30 13:59:58 +02:00
library/Monitoring/Plugin monitoring/Perfdata: ignore invalid min/max 2014-07-31 16:52:34 +02:00