ansible-roles/nagios-nrpe
Mathieu Trossevin d3eef71127
continuous-integration/drone/pr Build is failing Details
nagios-nrpe: Fix check_nfsserver for buster and bullseye
From buster onward the nfs server doesn't run NFSv4 over UDP (it is out
of spec, see RFC 7530). As such the check broke as it attempt to check
the availability of NFSv4 over UDP.

Right now the check doesn't check for NFSv2 over UDP as it would need to
check if it exist first, as on bullseye it isn't supported by default
anymore.
2021-11-24 11:11:39 +01:00
..
defaults nagios-nrpe / evolinux-base : new ntp server variable 2020-06-04 10:55:48 +02:00
files nagios-nrpe: Fix check_nfsserver for buster and bullseye 2021-11-24 11:11:39 +01:00
handlers Make nrpe role suitable for OpenBSD 2017-02-27 14:05:32 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks Improve Ansible syntax 2021-05-09 23:06:42 +02:00
templates nagios-nrpe: new check influxdb 2021-10-22 14:51:57 +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 nagios-nrpe: document new variable 2018-01-23 18:34:04 +01:00

README.md

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.