mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Have a JSON Endpoint for polling of metrics (Home Assistant) #197
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#197
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 @iotemylabs on GitHub (Sep 6, 2021).
Hi!
I really love Uptime-Kuma, I just deployed this on my home and office servers!
I wanted to get metrics like the Prometheus endpoint as a JSON endpoint so I can port info direct to home assistant :)
Thank you!
@louislam commented on GitHub (Sep 6, 2021):
Duplicate of #118
@hendrikma commented on GitHub (Sep 18, 2021):
I came a long with an other solution to this topic since there are only Notifications available when there is some service down but not for monitoring the status:
Thats for getting the Response-Time for a Hostname. You have to escape the hostname correctly like so
my.hostname.to.monitor > my.hostname.to.monitor
Have fun with it ;)
PS Ofcourse to monitor the Ping to a service/server you can just use the Ping-Sensor 😄