Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #17578: notifications: 'notification_bulking' not a required field

Component REST API
Title notifications: 'notification_bulking' not a required field
Date Jan 31, 2025
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.5.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.4.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

For most notification plugins, the notification_bulking field didn't make sense and was previously made a non-required field. However, if you tried to create a notification rule via the rest-api without this field, it would generate a crash report. This werk addresses this issue by first checking if the field is present before setting it's value.

To the list of all Werks