Werk #17119: parent_scan: resolve failing parent scan background job
Komponente | REST API | ||||
Titel | parent_scan: resolve failing parent scan background job | ||||
Datum | 02.07.2024 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
Checkmk versions & editions |
|
The REST API endpoint to initiate the parent scan background job returned a 204 status code, which theoretically is correct. However, the started background job failed immediately due to an invalid Python syntax concerning the involving requested hosts. This werk fixes the issue.