ansible-roles/nagios-nrpe
Jeremy Lecour 108286712c
Some checks failed
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
gitea/ansible-roles/pipeline/head There was a failure building this commit
monitoringctl: using the wrapper or not is automatic
2024-09-10 17:04:40 +02:00
..
defaults monitoringctl: using the wrapper or not is automatic 2024-09-10 17:04:40 +02:00
files monitoringctl: add warnings if -- is missing in alerts_wrapper command, add flexibility on - and _ in check manes 2024-09-10 11:15:33 +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 monitoringctl: using the wrapper or not is automatic 2024-09-10 17:04:40 +02:00
templates monitoringctl: add -- to wrapper commands and warn if missing, replace --no-confirm with --non-interactive 2024-09-04 18:11:13 +02: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 domains: revert commits moved to dev branch domains 2022-09-15 10:48:55 +02: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).
  • nagios_nrpe_force_update_allowed_hosts : force update list of allowed hosts (default: False)

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