mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #146] Reverse webhooks - healthchecks pinging web services #97
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#97
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 @Braintelligence on GitHub (Dec 28, 2017).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/146
Hi everyone!
Is it possible to set up healthchecks, so instead of listening for a ping it would ping web services itself and see if they're online and responding?
@cuu508 commented on GitHub (Dec 28, 2017):
Thanks for the suggestion. There are services that do exactly that and do it well -- UptimeRobot, StatusCake, Pingdom etc.
At least for time being I would like to keep healthchecks focused on monitoring regular tasks and sending alerts when the pings stop.
@Braintelligence commented on GitHub (Dec 28, 2017):
Big thangs for the namedrops, I'll look into those 👍
@Braintelligence commented on GitHub (Dec 29, 2017):
@cuu508 Again big thanks for mentioning those services. I chose StatusCake and used the free account tests to incorporate webhooks to my healthchecks-instance. Thus not only achieving what I wanted but also creating kind of a Telegram integration to StatusCake 👍
Did you work with Icinga yet? Looks like a possible self-hosted solution to StatusCake to me. Maybe gonna try it soon.