ansible-roles/monit
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +01:00
..
defaults minor fix: true -> True 2017-08-31 03:23:07 +02:00
handlers Ajout du rôle Monit 2016-12-21 16:11:45 +01:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks Change mode with leading 0, but still as String 2017-03-23 16:59:43 +01:00
templates monit: more descriptive file name 2017-01-05 18:22:05 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

README.md

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.