Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 338d0673dc64e7a4f3dad5e42e871a3d3ee5f796
https://github.com/tribe29/checkmk/commit/338d0673dc64e7a4f3dad5e42e871a3d3…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
A .werks/13027
M cmk/base/notify.py
Log Message:
-----------
13027 FIX Bulk notification without WATO plugin crash
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.
Change-Id: I06eb4ed4b12675ce4c3c92909ed492106e9c75df