ansible-roles/nagios-nrpe
William Hirigoyen d67e2b122f
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2696|5|2691|6|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/464//ansiblelint">Evolix » ansible-roles » unstable #464</a>
gitea/ansible-roles/pipeline/head This commit looks good
nagios-nrpe, generateldif: new check_pressure_{cpu,io,mem}
2024-01-31 18:04:11 +01:00
..
defaults nagios: rename var into and check systemd-timesyncd instead of ntpd in Debian 12 2023-11-07 17:46:29 +01:00
files nagios-nrpe: check_phpfpm_multi expand globing of args 2024-01-12 13:38:17 +01: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 use ternary condition (more readable) 2023-11-20 19:03:39 +01:00
templates nagios-nrpe, generateldif: new check_pressure_{cpu,io,mem} 2024-01-31 18:04:11 +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 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.