forked from GithubBackups/healthchecks
Remove a hchk.io reference from docs.
This commit is contained in:
parent
e2d2665edf
commit
fc18652afa
@ -213,6 +213,7 @@ def docs(request):
|
|||||||
"section": "home",
|
"section": "home",
|
||||||
"ping_endpoint": settings.PING_ENDPOINT,
|
"ping_endpoint": settings.PING_ENDPOINT,
|
||||||
"ping_email": "your-uuid-here@%s" % settings.PING_EMAIL_DOMAIN,
|
"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"
|
"ping_url": settings.PING_ENDPOINT + "your-uuid-here"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -273,9 +273,9 @@ using the "-command" argument:</p>
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The solution: set up another check, and add its
|
The solution: set up another check, and add its
|
||||||
@hchk.io address to your list of recipient email addresses. Set its
|
@{{ ping_email_domain }} address to your list of recipient email addresses.
|
||||||
Period to 1 week. As long as your weekly email script runs correctly,
|
Set its Period to 1 week. As long as your weekly email script runs
|
||||||
the check will be regularly pinged and will stay up.
|
correctly, the check will be regularly pinged and will stay up.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user