Open gautamsi opened 2 years ago
Bump 2024! I am receiving a JSON-Array with clients that I would love to automatically be monitors in a group!
@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.
β οΈ 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
name
parameter 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