diff --git a/doc/file.README.html b/doc/file.README.html index 96a3e6c..c9fa6bd 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -121,7 +121,7 @@
manage dynamic NRPE check command definitions
manage iptables (optional). set ne_incl_fwto true. Specify a custom value to ne_nagios_source for the nagior server IP or range.
manage iptables (optional). set ne_incl_fwto true.
manage selinux rule exceptions (optional)
-Note: The value for the
+nagios_servervariable is derived from a global paraneter set in Foreman (nagios_server), because the paremeter is used across multiple modules. You need to set that manually in Foreman under “Global Parameters”.Note: The value for the
nagios_servervariable is derived from a global paraneter set in Foreman (nagios_server), because the paremeter is used across multiple modules. You need to set that manually in Foreman under “Global Parameters”. Same fornagios_source, the value for the firewall source.
manage dynamic NRPE check command definitions
manage iptables (optional). set ne_incl_fwto true. Specify a custom value to ne_nagios_source for the nagior server IP or range.
manage iptables (optional). set ne_incl_fwto true.
manage selinux rule exceptions (optional)
-Note: The value for the
+nagios_servervariable is derived from a global paraneter set in Foreman (nagios_server), because the paremeter is used across multiple modules. You need to set that manually in Foreman under “Global Parameters”.Note: The value for the
nagios_servervariable is derived from a global paraneter set in Foreman (nagios_server), because the paremeter is used across multiple modules. You need to set that manually in Foreman under “Global Parameters”. Same fornagios_source, the value for the firewall source.
Whether to manage command rules for NRPE checks, to allow dynamic check & command rules.
-the source address for the firewall rule. Adjust to your environment if needed. Default is ‘0.0.0.0/0’ to allow all sources, but it is recommended to specify the nagios server IP or subnet.
+78 +79 +80 81 82 83 @@ -865,13 +850,10 @@ inherited by all classes except defines. 162 163 164 -165 -166 -167 -168+165
# File 'manifests/params.pp', line 81
+ # File 'manifests/params.pp', line 78
class confdroid_nrpe::params (
@@ -918,7 +900,6 @@ class confdroid_nrpe::params (
# firewall
Boolean $ne_incl_fw = true,
String $ne_fw_order_no = '50',
- String $ne_nagios_source = '0.0.0.0/0',
# selinux
Boolean $ne_include_selinux = true,
@@ -930,6 +911,7 @@ class confdroid_nrpe::params (
$os_name = $facts['os']['name']
$os_release = $facts['os']['release']['major']
$nagios_server = $facts['nagios_server']
+ $nagios_source = $facts['nagios_source']
# service
$ne_service = 'nrpe'