Werk #11928: Crash: When service goes Crit or Warn but the respective level is not defined (None)
| Component | Checks & agents | ||||
| Title | Crash: When service goes Crit or Warn but the respective level is not defined (None) | ||||
| Date | Jan 14, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
If the upper levels for a service are defined for example as (None, 50.0) and the service goes {CRIT} the service would crash because it cannot display None. This would only occur for legacy check plugins.
Now the string "never" is diplayed instead of the respective value.