ansible-roles/monit/README.md

15 lines
381 B
Markdown
Raw Normal View History

2016-09-28 18:42:53 +02:00
# monit
Installation and basic configuration of Monit.
2016-09-28 18:42:53 +02:00
## Tasks
2016-09-28 18:42:53 +02:00
Everything is in the `tasks/main.yml` file.
2016-09-28 18:42:53 +02:00
## Available variables
2016-09-28 18:42:53 +02:00
* `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.