mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #515] [Question] Checking healthchecks status #377
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#377
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 @Synt3x on GitHub (May 16, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/515
Me and my friend is selfhosting healthchecks on our servers. Is there any URL that we could ping to check that each server is up? hc.example.com/status.
@cuu508 commented on GitHub (May 16, 2021):
Yes:
hc.example.com/api/v1/status/It tests the database connection (runs
SELECT 1) and returns the stringOKif the query works.@Synt3x commented on GitHub (May 16, 2021):
@cuu508, thanks for the feedback!