Werk #15723: Ensure site is stopped when running cmk-update-config
Komponente | Core & setup | ||
Titel | Ensure site is stopped when running cmk-update-config | ||
Datum | 23.01.2024 | ||
Level | Kleine Änderung | ||
Klasse | Bugfix | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
The cmk-update-config
command, which is usually executed as part of omd
update
expects the site to be stopped during execution. This is always ensured
during omd update
.
However, the command can also be executed manually later on. In this situation the site can be running. To prevent unexpected results, the command now protects against an accidentally running site on invocation.