ansible-roles/monit/README.md
Jérémy Lecour 61f5219f48 Improve documentation
Each role has a README and a meta/main.yml file
2017-01-05 18:22:06 +01:00

15 lines
381 B
Markdown

# monit
Installation and basic configuration of Monit.
## Tasks
Everything is in the `tasks/main.yml` file.
## Available variables
* `monit_daemon_time` : execution frequency (in seconds) ;
* `monit_httpd_enable` : integrated http server enabled or not ;
* `monit_httpd_port` : TCP port of http server ;
* `monit_httpd_allow_items` : IP/hosts allow to conenct to http server.