EvoBSD/roles/nagios-nrpe
Patrick Marchand 98089a3274
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Fix yaml lint lines too long
In some cases I used block scalars: https://yaml-multiline.info/
In other cases I added newlines
In rare cases I just ignored the rule: https://yamllint.readthedocs.io/en/stable/disable_with_comments.html
2020-06-04 12:51:53 -04:00
..
defaults Fix yaml lint lines too long 2020-06-04 12:51:53 -04:00
files/plugins_bsd Merge pull request 'Enhance ospfd_simple check' (#19) from enhance_check_ospfd_simple into dev 2020-04-29 15:46:20 +02:00
handlers Add initial project 2018-12-28 11:23:49 +01:00
tasks Ansible-lint and yamllint again 2020-06-01 11:37:15 +02:00
templates Reordering of the list of NRPE checks 2020-04-22 14:30:26 +02:00
README.md Fix readme markdown 2020-06-04 11:47:08 -04:00

nagios-nrpe

Installation and custom configuration of Nagios NRPE server.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • nagios_nrpe_allowed_hosts : list of IP/hosts authorized (default: none).

The full list of variables (with default values) can be found in defaults/main.yml.