{% extends "base.html" %} {% load compress humanize staticfiles %} {% block containers %}
Make a HTTP GET request to this address from your cron job, daemon, script or long running task. When this address is not requested for a set time period, you will get alerted. Below are snippets that are ready to be copy/pasted into your own scripts.
As an alternative to HTTP/HTTPS requests, you can "ping" this check by sending an email message to {{ check.email }}
A list of your checks, one for each Cron job, daemon or periodically running task you want to monitor.
Give names to your checks to easily recognize them later. Adjust Period and Grace time to match periodicity and duration of your tasks.
New. A check that has been created, but has not received any pings yet. | |
Up. Time since last ping has not exceeded Period. | |
Late. Time since last ping has exceeded Period, but has not yet exceeded Period + Grace. | |
Down. Time since last ping has exceeded Period + Grace. When check goes from "Late" to "Down", HealthChecks sends you a notification. |
You can set up additional ways to get notified:
Good old email messages. | |
SMS text messages. | |
HTTP webhooks. | |
Notifications in Slack channel. | |
Instant push notifications with Pushover. | |
Instant push notifications with Pushbullet. | |
Open and resolve incidents in PagerDuty. | |
Notifications in HipChat channel. | |
Open and resolve incidents in VictorOps. | |
Notifications in Discord channel. | |
Notifications to a Telegram group or user. | |
Open and resolve incidents in OpsGenie. |