louislam/uptime-kuma

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

Open

#7,242 创建于 2026年4月4日

在 GitHub 查看
 (12 评论) (2 反应) (0 负责人)JavaScript (86,760 star) (7,844 fork)batch import
A:dashboardfeature-requestgood first issuehelp wanted

描述

📑 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

贡献者指南