Werk #4399: Views: Fixed graph showing views of services with invalid perfdata
Component | User interface | ||||||||||||||||||
Title | Views: Fixed graph showing views of services with invalid perfdata | ||||||||||||||||||
Date | Feb 24, 2017 | ||||||||||||||||||
Level | Trivial Change | ||||||||||||||||||
Class | Bug Fix | ||||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||||
Checkmk versions & editions |
|
Some checks that produced invalid perfdata like 'key=" "' were causing the metric parsing to crash with a "IndexError (list index out of range)" error.
The metric parsing is now skipping those invalid values.