Update for checkmk broken #1644

Closed
opened 2026-02-05 01:51:24 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @philippbeckmann on GitHub (Sep 20, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

CheckMK

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/checkmk.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-15-pve)

📝 Provide a clear and concise description of the issue.

CheckMK cannot be updated as the script does not find a stable release. This seems to be due to the changes in #7262 as https://github.com/checkmk/checkmk does not define releases in the repository.

🔄 Steps to reproduce the issue.

Run the script or "update" on the container shell

Paste the full error output (if available).

No stable releases found for checkmk

🖼️ Additional context (optional).

curl -fsSL --max-time 20 \
    -H 'Accept: application/vnd.github+json' \
    -H 'X-GitHub-Api-Version: 2022-11-28' \
    "https://api.github.com/repos/checkmk/checkmk/releases"

returns

[

]
Originally created by @philippbeckmann on GitHub (Sep 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? CheckMK ### 📂 What was the exact command used to execute the script? ```bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/checkmk.sh)"``` ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-15-pve) ### 📝 Provide a clear and concise description of the issue. CheckMK cannot be updated as the script does not find a stable release. This seems to be due to the changes in #7262 as https://github.com/checkmk/checkmk does not define releases in the repository. ### 🔄 Steps to reproduce the issue. Run the script or "update" on the container shell ### ❌ Paste the full error output (if available). No stable releases found for checkmk ### 🖼️ Additional context (optional). ``` curl -fsSL --max-time 20 \ -H 'Accept: application/vnd.github+json' \ -H 'X-GitHub-Api-Version: 2022-11-28' \ "https://api.github.com/repos/checkmk/checkmk/releases" ``` returns ``` [ ] ```
OVERLORD added the bug label 2026-02-05 01:51:24 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Sep 20, 2025):

@MickLesk Do we have to revert the change?

@michelroegl-brunner commented on GitHub (Sep 20, 2025): @MickLesk Do we have to revert the change?
Author
Owner

@MickLesk commented on GitHub (Sep 20, 2025):

Maybe whats before?

@MickLesk commented on GitHub (Sep 20, 2025): Maybe whats before?
Author
Owner

@michelroegl-brunner commented on GitHub (Sep 20, 2025):

It has no Gh Release, we need to work based on Tags. The if broke it.

@michelroegl-brunner commented on GitHub (Sep 20, 2025): It has no Gh Release, we need to work based on Tags. The if broke it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1644