ansible-roles/monit/README.md

15 lines
349 B
Markdown

# monit
Install 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.