OP#421 update Readme
This commit is contained in:
@@ -74,9 +74,6 @@
|
||||
# @param [Array] reqpackages which packages to install
|
||||
# @param [Boolean] ne_manage_cmds Whether to manage command rules for NRPE
|
||||
# checks, to allow dynamic check & command rules.
|
||||
# @param [String] ne_nagios_source 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.
|
||||
###############################################################################
|
||||
class confdroid_nrpe::params (
|
||||
|
||||
@@ -123,7 +120,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,
|
||||
@@ -135,6 +131,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'
|
||||
|
||||
Reference in New Issue
Block a user