Werk #11051: crash in notifications if "Exclude Service Groups (regex)" is used
| Component | Notifications | ||||
| Title | crash in notifications if "Exclude Service Groups (regex)" is used | ||||
| Date | Aug 10, 2020 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
If a notification rule used the option "Exclude Service Groups (regex)" and no service group was defined for a service the notification rule processing crashed. In the var/log/notify.log a traceback that contains the line "TypeError: 'NoneType' object has no attribute 'getitem'" was shown. This is fixed.