ansible-roles/nagios-nrpe
Benoît S. 3ef353761f nagios-nrpe: Add --sni to check_https
Why? Because we want to use the right server name when checking.
And if you have a strict-sni enabled server you will have an error.
 CRITICAL - Cannot
make SSL connection.  139749570156288:error:14094458:SSL
routines:ssl3_read_bytes:tlsv1 unrecognized
name:../ssl/record/rec_layer_s3.c:1399:SSL alert number 112
2018-01-22 12:14:27 +01:00
..
defaults default/additional variables 2017-12-20 18:04:54 +01:00
files Fix for OpenBSD 6.2 2017-11-08 11:45:00 -05:00
handlers Make nrpe role suitable for OpenBSD 2017-02-27 14:05:32 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks Move /usr rw remount into remount-usr role 2017-11-07 13:34:05 +01:00
templates nagios-nrpe: Add --sni to check_https 2018-01-22 12:14:27 +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

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.