Werk #5833: Fixed handling of 'acknowledged' parameter of the EC's UPDATE command
Komponente | Event Console | ||
Titel | Fixed handling of 'acknowledged' parameter of the EC's UPDATE command | ||
Datum | 09.04.2018 | ||
Level | Kleine Änderung | ||
Klasse | Bugfix | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
Previously, the 'acknowledged' parameter of the EC's UPDATE command was processed after the event was already (partially) updated. When the 'acknowledged' parameter was missing or not an integer, this behavior was confusing and could e.g. lead to missing history entries.
Now all parameters are checked before the event is modified, so no partial updates happen. Furthermore, the 'acknowledged' parameter is optional now, restoring the previous accidental behavior in a clean way.