mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
make Uptime kuma API easier to use #2769
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#2769
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 @kokofixcomputers on GitHub (Nov 10, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
I'm trying to intergrate uptime kuma api with something else but i just could not figure it out since i'm coding in python and can't quite figure out how to turn my python app into a Prometheus compatible code. Would anyone mind helping make the api easier to use? like
https://<uptimekumaurl>:<uptimekumaport>/api/monitorsthen it will return a json list of monitors same with create delete and pause/resume monitors or something like that📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
1.23.3
💻 Operating System and Arch
Linux
🌐 Browser
Google Chrome
🐋 Docker Version
No response
🟩 NodeJS Version
No response
@CommanderStorm commented on GitHub (Nov 11, 2023):
Just to be sure: have you looked at https://github.com/louislam/uptime-kuma/wiki/Prometheus-Integration ?
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/
@kokofixcomputers commented on GitHub (Nov 11, 2023):
I did.
On Nov 11, 2023, 6:04 AM -0800, Frank Elsinga @.***>, wrote: