mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Duplicate website/docs/applications/system-tools/healthchecks.io.md history in roles/healthchecks.io/docs/ history.
This commit is contained in:
parent
06f126e064
commit
f6144b77a1
1 changed files with 13 additions and 0 deletions
13
roles/healthchecks.io/docs/healthchecks.io.md
Normal file
13
roles/healthchecks.io/docs/healthchecks.io.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Healthchecks.io"
|
||||
---
|
||||
|
||||
Homepage: <https://healthchecks.io/>
|
||||
|
||||
A simple cronjob that uses `curl` to ping a given endpoint on the `healthchecks.io` servers. You can choose how often it should ping the endpoint, and what happens when it doesn't. Email/Slack/Telegram and many more services can be integrated.
|
||||
|
||||
## Usage
|
||||
|
||||
Create your own project on <https://healthchecks.io/>, and set both the time between pings and the grace time. Set your prefered integration such as email.
|
||||
|
||||
Set `healthchecks_enabled: true` in your `inventories/<your_inventory>/nas.yml` file, and if your time between pings is different than the default `healthchecks_ping_minutes`, change it. Finally, set your ping url in the `healthchecks_url` variable.
|
Loading…
Reference in a new issue