Skip to content

Commit

Permalink
Merge pull request #699 from xinhangzhou/main
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
davestephens authored Mar 13, 2024
2 parents b7550c9 + ea64d92 commit 952220b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/stats/templates/telegraf.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
# #
Expand Down
2 changes: 1 addition & 1 deletion website/docs/applications/system-tools/healthchecks.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 952220b

Please sign in to comment.