mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Cloning a port monitor to a new group adds the new monitor in status paused by default (and can't resume with the "resume" button) #4500
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4500
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @apio-sys on GitHub (Dec 3, 2025).
📑 I have found these related issues/pull requests
I haven't found related issues.
🛡️ Security Policy
📝 Description
This is a very small "issue" yet I thought to post it here. If you clone a running port monitor to a different (new) group, the status of the new port monitor will be paused (greyed out) but you can't click on resume. You have to edit and save it to make it active. I can't imagine this is by design?
👟 Reproduction steps
👀 Expected behavior
One would expect for the new monitor in group "B" to come up in a running state (with the option to pause available). If for any reason, it is wanted behavior to set a cloned monitor to paused, then the resume button should work.
😓 Actual Behavior
As explained in the reproduction steps above. As a workaround, you can click on edit then save and the monitor will be in a working state. Also the behavior of pause/resume is now normal/as expected as well.
🐻 Uptime-Kuma Version
2.0.1
💻 Operating System and Arch
Ubuntu 24.04.3 LTS (x86_64 GNU/Linux)
🌐 Browser
Firefox 145.0.2 (64-bit)
🖥️ Deployment Environment
10.11.13(LTS: Yes)v20.19.6(LTS: Yes)~150📝 Relevant log output
@iotux commented on GitHub (Dec 18, 2025):
@apio-sys,
I am not able to reproduce the behavior you describe.
Could it possibly be fixed as a result of a recently unrelated PR?
@claytonlin1110 commented on GitHub (Jan 19, 2026):
I could reproduce the issue and just created PR.