ansible-roles/nagios-nrpe
William Hirigoyen 3d8ae87368
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2778|5|2773|8|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/250//ansiblelint">Evolix » ansible-roles » unstable #250</a>
gitea/ansible-roles/pipeline/head This commit looks good
nagios-nrpe: add double quotes to input var in check-local
2023-05-12 12:38:40 +02:00
..
defaults nagios-nrpe / evolinux-base : new ntp server variable 2020-06-04 10:55:48 +02:00
files nagios-nrpe: add double quotes to input var in check-local 2023-05-12 12:38:40 +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 nagios-nrpe: add a NRPE check-local command with completion 2023-05-12 12:35:49 +02:00
templates packweb-apache,nagios-nrpe: add missing task and config fo PHP 8.2 container 2023-04-26 17:43:26 +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.