Werk #9424: Uninstalling default Checkmk version broke the sites management page (1.4.14 regression)
Component | Firmware |
Title | Uninstalling default Checkmk version broke the sites management page (1.4.14 regression) |
Date | Apr 24, 2021 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Appliance Version | 1.4.15 |
Uninstalling the current default Checkmk version removed the Checkmk version and did not set the "default" version to one of the remaining Checkmk versions in case there were some left. As a result existing sites were not displayed correctly on the "Site management" page even if the site still existed on the appliance (see ls /omd/sites). This was only a display issue on the site management page.
To fix this issue with the 1.4.14 you can create the default version symlink on the command line using this command in case you have at least one Checkmk version installed: ln -sf $(ls -1 /omd/versions | tail -n 1) /omd/versions/default.
You can also fix this issue using the web configuration by simply uploading a new Checkmk version to the appliance. This will set the default version to the just uploaded version.
This update will fix the issue appearing when removing Checkmk versions. In case you currently experience this issue on your appliance, you will have to apply one of the fixes mentioned above to repair the situation.