ansible-roles/monit
2017-01-12 17:37:48 +01:00
..
defaults Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
handlers Ajout du rôle Monit 2016-12-21 16:11:45 +01:00
meta Improve documentation 2017-01-05 18:22:06 +01:00
tasks replace "state: installed" with "state: present" 2017-01-12 17:37:48 +01:00
templates monit: more descriptive file name 2017-01-05 18:22:05 +01:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

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.