1 Title: Views: Fixed graph showing views of services with invalid perfdata
11 Some checks that produced invalid perfdata like 'key=" "' were causing the
12 metric parsing to crash with a "IndexError (list index out of range)" error.
14 The metric parsing is now skipping those invalid values.