ansible-roles/monit
Jérémy Lecour 00fe225a3c
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2615|7|2608|177|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/278//ansiblelint">Evolix » ansible-roles » unstable #278</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
force: [yes,no] → force [true,false]
2023-06-28 13:25:30 +02:00
..
defaults minor fix: true -> True 2017-08-31 03:23:07 +02:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks force: [yes,no] → force [true,false] 2023-06-28 13:25:30 +02: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.