[GH-ISSUE #515] [Question] Checking healthchecks status #377

Closed
opened 2026-02-25 23:42:14 +03:00 by kerem · 2 comments
Owner

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.

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.
kerem closed this issue 2026-02-25 23:42:14 +03:00
Author
Owner

@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 string OK if the query works.

<!-- gh-comment-id:841827060 --> @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 string `OK` if the query works.
Author
Owner

@Synt3x commented on GitHub (May 16, 2021):

@cuu508, thanks for the feedback!

<!-- gh-comment-id:841830608 --> @Synt3x commented on GitHub (May 16, 2021): @cuu508, thanks for the feedback!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#377
No description provided.