change requirement

This commit is contained in:
2026-03-11 16:30:12 +01:00
parent 9e090d970e
commit 0dbc18d09d
2 changed files with 7 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ NRPE allows monitoring tools like NAGIOS or ICINGA to connect to clients for mon
- nrpe.cfg
- manage sudo role for nagios user on NRPE clients
- manage dynamic NRPE check command definitions
- manage iptables (optional). set `ne_incl_fw`to `true`.
- manage iptables (optional). set `ne_incl_fw`to `true`
- manage selinux rule exceptions (optional)
- manage NRPE service
@@ -72,7 +72,7 @@ node 'example.example.net' {
- through Foreman:
In order to apply parameters through Foreman, **__confdroid_nrpe::params__*- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
In order to apply parameters through Foreman, **confdroid_nrpe::params**- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).

View File

@@ -65,5 +65,10 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_swap',
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_fail2ban':
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
}
}