diff --git a/templates/base.html b/templates/base.html index 02d526b4..bf4d3287 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ - {% block title %}healthchecks.io - Get Notified When Your Cron Jobs Fail{% endblock %} + {% block title %}healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %} diff --git a/templates/front/welcome.html b/templates/front/welcome.html index dd33de2f..5974b67b 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -6,12 +6,16 @@
-

Cron Monitoring. Get Notified When Your Cron Jobs Fail

+

Cron Monitoring. Get Notified When Your Cron Jobs Fail.

-
+
+

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.

+
+

Here's an unique ping address for you:

-
-

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.

-
@@ -79,7 +79,7 @@ you can "ping" this check by sending an email message to
@@ -219,6 +219,50 @@ +
+ +
+
+
+
+

healthchecks.io is a free and + open source service. + Setting up monitoring for your cron jobs only takes minutes. + Start sleeping better at nights!

+ +
+
+
+
+ {% csrf_token %} + +
+
+
@
+ +
+
+ +
+ +
+
+
+
+ +
+
+ +
+ {% endblock %}