Browse Source

Remove a hchk.io reference from docs.

pull/214/head
Pēteris Caune 6 years ago
parent
commit
fc18652afa
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 3 deletions
  1. +1
    -0
      hc/front/views.py
  2. +3
    -3
      templates/front/docs.html

+ 1
- 0
hc/front/views.py View File

@ -213,6 +213,7 @@ def docs(request):
"section": "home",
"ping_endpoint": settings.PING_ENDPOINT,
"ping_email": "your-uuid-here@%s" % settings.PING_EMAIL_DOMAIN,
"ping_email_domain": settings.PING_EMAIL_DOMAIN,
"ping_url": settings.PING_ENDPOINT + "your-uuid-here"
}


+ 3
- 3
templates/front/docs.html View File

@ -273,9 +273,9 @@ using the "-command" argument:</p>
</p>
<p>
The solution: set up another check, and add its
@hchk.io address to your list of recipient email addresses. Set its
Period to 1 week. As long as your weekly email script runs correctly,
the check will be regularly pinged and will stay up.
@{{ ping_email_domain }} address to your list of recipient email addresses.
Set its Period to 1 week. As long as your weekly email script runs
correctly, the check will be regularly pinged and will stay up.
</p>


Loading…
Cancel
Save