diff --git a/static/css/welcome.css b/static/css/welcome.css index 625483e3..f5d24b79 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -21,6 +21,7 @@ text-align: center; padding: 100px 0; margin: 0; + font-size: 28px; } #pitch-subtitle { diff --git a/templates/base.html b/templates/base.html index d8d649f1..ae44e620 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,8 +4,12 @@
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.
++ Make HTTP requests to the Ping URL at regular intervals. + + When the URL is not pinged on time, + {% site_name %} will send you an alert. + + + You can monitor any service that can make HTTP requests + or send emails. +
- As an alternative to HTTP/HTTPS requests, + As an alternative to HTTP and HTTPS requests, you can "ping" this check by sending an email message to {{ check.email }} @@ -125,7 +140,7 @@