Werk #4671: Metrics: Fixed exceptions when trying to parse perfdata with range warn/crit
Component | User interface | ||
Title | Metrics: Fixed exceptions when trying to parse perfdata with range warn/crit | ||
Date | May 9, 2017 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The Nagios performance data format allows plugins to specify ranges for warn/crit thresholds. The numbers need to be separated by a ":" in this case. This is not supported with the Check_MK graphing system and lead to an exception.
The handling has now been changed to silently ignore those values.