OP#436 add purging
This commit is contained in:
@@ -103,6 +103,8 @@
|
||||
# service configuration files for the Nagios server. Default is true.
|
||||
# @param [String] ng_contactgroup_members The members of the default contact
|
||||
# group. Default is 'nagiosadmin'.
|
||||
# @param [Boolean] ng_purge_target Whether to purge unmanaged host and services
|
||||
# configuration files. Default is true.
|
||||
###############################################################################
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -119,6 +121,7 @@ class confdroid_nagios::params (
|
||||
String $ng_check_ext_commands = '1',
|
||||
String $ng_user = 'nagios',
|
||||
Boolean $ng_enable_target = true,
|
||||
Boolean $ng_purge_target = true,
|
||||
|
||||
# contact groups
|
||||
String $ng_contactgroup_name = 'admins',
|
||||
|
||||
Reference in New Issue
Block a user