mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Dynamically create multiple sub-Monitors based on name-parameters pushed to a primary PUSH monitor #1316
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#1316
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 @gautamsi on GitHub (Aug 5, 2022).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature
🔖 Feature description
Please add ability to auto-create monitors based on
nameparameter in PUSH url. Show the auto-created monitors as child of base monitor like hierarchy. It will also be helpful to add multiple parameters to push url which will auto-create unique monitors dynamically.These monitors may also contribute to the final status of push monitor.
✔️ Solution
have several docker containers which have different name but similar kind of workload, say workers. These are dynamic numbers and I want to create ONE push monitor push different parameters to auto populate them in status page for monitoring. They may be cooldown period after which those orphaned monitors (not reporting in x hours/days) get auto cleaned.
I scale up and down those workers so it will be useful to have them show up in status page without manually pre-creating that many push urls.
❓ Alternatives
N/A
📝 Additional Context
No response
@Lwtsde commented on GitHub (Jan 23, 2024):
Bump 2024!
I am receiving a JSON-Array with clients that I would love to automatically be monitors in a group!
@CommanderStorm commented on GitHub (Jan 23, 2024):
@Lwtsde
Please refrain from posting
+1/ requests for updates things on issues, as this makes issue-management harder.Issues are for discussing what needs to be done how by whom.
We use 👍🏻 on issues to prioritise work, as always: Pull Requests welcome.
Note that third party apis exist and that they might be better suited to your usecase. See https://uptime-kuma-api.readthedocs.io/en/latest/ for further details.
A first party api is coming, but this will take some time. See #3854 for further details.