mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Implement API so that services can be updated from external monitoring solution #459
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#459
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 @ThisIsTenou on GitHub (Oct 23, 2021).
Hey there, I'd love to see uptime-kuma feature a restful API through which the status of services can be updated from an external monitoring solution like Zabbix, instead of uptime-kuma doing the monitoring itself.
Currently I'm utilizing Atlassian's Statuspage in combination with the help of this script as a public status page.
What it essentially does is gather all configured services from zabbix, create them on the statuspage and update their status whenever it changes.
Providing an API to allow this way of service creation and updates would be lovely for more advanced setups where a sophisticated monitoring solution is already in place and all that is needed is a nice looking frontend to communicate the systems status to clients/customers. Uptime-kuma is the best looking status page I've seen so far, so I'd love to use it in my environment.
Unfortunately, I'm utter trash at coding, so I can't be of more help than trying my best to explain my request. If things are unclear please let me know and I'll do my best to elaborate.
@louislam commented on GitHub (Oct 23, 2021):
#118