Merge pull request #699 from xinhangzhou/main

chore: fix some comments
This commit is contained in:
David Stephens 2024-03-13 14:37:34 +00:00 committed by GitHub
commit 952220ba20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@
# #
# ## On most platforms smartctl requires root access.
# ## Setting 'use_sudo' to true will make use of sudo to run smartctl.
# ## Sudo must be configured to to allow the telegraf user to run smartctl
# ## Sudo must be configured to allow the telegraf user to run smartctl
# ## with out password.
# # use_sudo = false
# #

View file

@ -8,6 +8,6 @@ A simple cronjob that uses `curl` to ping a given endpoint on the `healthchecks.
## Usage
Create your own project on [https://healthchecks.io/](https://healthchecks.io/), and set both the time between pings and the grace time. Set your prefered integration such as email.
Create your own project on [https://healthchecks.io/](https://healthchecks.io/), and set both the time between pings and the grace time. Set your preferred integration such as email.
Set `healthchecks_enabled: true` in your `inventories/<your_inventory>/group_vars/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.