mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
What's the health-check api url for uptime kuma? #3389
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#3389
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 @SuperCorks on GitHub (Jun 6, 2024).
⚠️ Please verify that this question has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
I've deployed uptime kuma on google cloud run and I want to monitor the health of the uptime kuma service. I need a health-check api endpoint. I assume uptime kuma has one. What is it?
📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
1.23.13
💻 Operating System and Arch
Ubuntu
🌐 Browser
Chrome
🖥️ Deployment Environment
N/A
@CommanderStorm commented on GitHub (Jun 6, 2024):
First off all, we don't have an api currently. See #118 for further details and the current plan.
We currently have the following healthcheck configured in our docker file (please use this one)
github.com/louislam/uptime-kuma@4794f9eb0b/docker/dockerfile (L41)This is the code that will get execute by said command
https://github.com/louislam/uptime-kuma/blob/master/extra/healthcheck.go
=>
http.Get(protocol + "://" + hostname + ":" + port)