louislam/uptime-kuma

Pausing a group does not pause the individual monitors of that group

開放

#7,242 建立於 2026年4月4日

 (14 則留言) (4 個反應) (0 位負責人)JavaScript (7,844 個分叉)batch import
A:dashboardfeature-requestgood first issuehelp wanted

倉庫指標

星標
 (86,760 顆星)
PR 合併指標
 (平均合併 6天 15小時) (30 天內合併 21 個 PR)

描述

📑 I have found these related issues/pull requests

I could not find related issues.

🛡️ Security Policy

📝 Description

I have a group that contains monitors for virtual machines.

  • I pause the whole group
  • Kill all virtual machines for updates
  • Uptime kuma starts sending alerts that the individual VMs are down
  • Group appears paused, but not the individual VMs under that group

👟 Reproduction steps

  • Pause a group
  • Kill the systems under the group
  • See that uptime kuma complains about the killed systems

👀 Expected behavior

I expect all monitors under the group to be paused as well.

😓 Actual Behavior

Alerts about killed VMs.

🐻 Uptime-Kuma Version

2.2.1

💻 Operating System and Arch

AlmaLinux 10 with Docker

🌐 Browser

Firefox 149

🖥️ Deployment Environment

  • Runtime Environment:
    • Docker: Version 29.3.1 (ce edition)
    • Docker Compose: Version 5.1.1
  • Database:
    • No idea, whatever came with the docker container?
  • Database Storage:
    • Filesystem:
      • Linux: ext4
    • Storage Medium: NVMe
  • Uptime Kuma Setup:
    • Number of monitors: 18

📝 Relevant log output

貢獻者指南