Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

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
2.1.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p9 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

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.

To the list of all Werks