ansible-roles/monit
Jérémy Lecour ee21973371
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a>
gitea/ansible-roles/pipeline/head This commit looks good
Use FQCN
Fully Qualified Collection Name
2023-03-20 23:33:19 +01: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 Use FQCN 2023-03-20 23:33:19 +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

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.