Werk #13027: Bulk notification without WATO plugin crash
| Component | Notifications | ||||
| Title | Bulk notification without WATO plugin crash | ||||
| Date | Jul 16, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
When using a bulk notification without a WATO plugin the notification crashed with:
2021-07-16 14:18:17,279 [40] [cmk.base.notify] Error sending bulk /omd/sites/cmk/var/check_mk/notify/bulk/cmkadmin/my_bulk/10,1000,host,localhost:
Traceback (most recent call last):
File "/omd/sites/cmk200p7/lib/python3/cmk/base/notify.py", line 1889, in send_ripe_bulks
notify_bulk(bulk[0], bulk[-1])
File "/omd/sites/cmk200p7/lib/python3/cmk/base/notify.py", line 1937, in notify_bulk
assert isinstance(old_params, dict)
AssertionError
This is now fixed.