mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #414] API endpoints monitoring #309
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#309
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 @esirK on GitHub (Aug 21, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/414
Firstly thank you for this great tool you have created.
Currently, I don't think we have the functionality that would allow users to check the status of their API endpoints something like Datadog synthetics but just a basic one for now. Something like https://github.com/esirK/APIHealthchecks/blob/master/main.py
Feel free to close the issue if the tool was not designed to have such checks in mind.
@cuu508 commented on GitHub (Aug 31, 2020):
Thanks for the suggestion @esirK!
At least for now, my plan is to keep Healthchecks focused on doing one thing and doing it well – dead man's switch style monitoring (aka "passive monitoring", "heartbeat monitoring"). Luckily, there are many active monitoring options to choose from already!
@esirK commented on GitHub (Aug 31, 2020):
Sounds great. Thank you for letting me know