Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Respheal committed Sep 14, 2020
1 parent 5e97cd3 commit 20bcf0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available variables are listed below with their default values (you can also see
| Variable | Description |
| -------- | ----------- |
| monit_config_dir | Default: `/etc/monit.d/`
| monitored_services | Default: `['httpd', 'mariabdb', 'nginx', 'php-fpm', 'redis']`
| monitored_services | Default: `['httpd', 'mariadb', 'nginx', 'php-fpm', 'redis']`

## Example Playbook

Expand Down
1 change: 0 additions & 1 deletion templates/monitrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set daemon 30 # check services at 30 seconds intervals

{% if ansible_os_family == "Debian"
and (ansible_distribution_major_version == "9"
or ansible_distribution_version == "16.04") %}
Expand Down

0 comments on commit 20bcf0b

Please sign in to comment.