Closed andreasfrischauf closed 1 year ago
Hi @andreasfrischauf and thanks for reporting! The Free Edition was discontinued as of Checkmk 2.2 and you can use the cloud edition now. It has the same (and more!) features and can still be used free of charge.
See also: https://forum.checkmk.com/t/free-edition-wants-to-download-cloud-edition/39402
One could make the collection redirect the CFE to CCE for 2.2, but that adds quite some complexity with little benefit. I think this issue should be information enough for everyone hitting the problem.
Verify first that your issue is not already reported here. Where possible also test if the latest release and main branch are affected too. Complete all sections as described!
Describe the bug When installing a new Checkmk Server via the Ansible role, if I set: checkmk_server_edition to cfe, I get the following error during execution of the playbook:
fatal: [monitoring_box]: FAILED! => {"changed": false, "dest": "/tmp/check-mk-free-2.2.0p9_0.bookworm_amd64.deb", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://download.checkmk.com/checkmk/2.2.0p9/check-mk-free-2.2.0p9_0.bookworm_amd64.deb"}
After going to the download page of your website It shows the following command when trying to download the cfe version:
wget https://download.checkmk.com/checkmk/2.2.0p9/check-mk-cloud-2.2.0p9_0.bookworm_amd64.deb
Component Name
Component Name: server
Ansible Version
Checkmk Version and Edition
Collection Version
To Reproduce Steps to reproduce the behavior: Try to install cfe server role.
Expected behavior A successful installation of the checkmk free enterprise version.
Actual behavior It is unable to download the .deb file
Minimum reproduction example
Additional context