mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Generate manifest or monitors in Kuma via Code #2788
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#2788
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 @sumeet-zuora on GitHub (Nov 13, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
Generate manifest or monitors in Kuma via Code, can understand using UI we can setup all the URL/HTTP/DNS etc monitoring but we are looking to setup them as code? is there a terraform provider or configmap or custom config which we can load in Kuma to create them automatically.
📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
1.23
💻 Operating System and Arch
AL2
🌐 Browser
Chrome
🐋 Docker Version
No response
🟩 NodeJS Version
No response
@CommanderStorm commented on GitHub (Nov 13, 2023):
First of all: Please use the search functionality before asking questions which have been asked before.
Answering the same question for the 9th time is really labour-intensive ^^
config files are unlikely to be accepted at the current place in time due to the needed dependencys: https://github.com/louislam/uptime-kuma/issues/3578#issuecomment-1751696927
terraform: https://github.com/louislam/uptime-kuma/issues/210
TLDR:
Currently, we don't offer an api. See #118 for further details.
The current attempt at adding such a functionality is https://github.com/louislam/uptime-kuma/pull/3854 and might be merged into
v2.1if all goes well.You can find external tooling which does wrap around our internal web socket endpoints, see https://uptime-kuma-api.readthedocs.io/en/latest/
@CommanderStorm commented on GitHub (Dec 9, 2023):
closing as question should be resolved/this be considered a duplicate