diff --git a/manifests/params.pp b/manifests/params.pp index 2ead138..66327cd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -590,6 +590,8 @@ # system commands (event handlers, notifications, etc.) are executed. Can # cause performance problems in large installations if enabled. # Valid options are `0` or `1`. +# @param [string] ng_free_child_process_mem Whether Nagios should free up +# memory on child processes. Valid options are `0` and `1`. # @param [string] ng_child_proc_fork_twice ow Nagios will fork child processes. # Valid options are `0` or `1`. # @param [string] ng_debug_level how much (if any) debugging information will @@ -613,6 +615,8 @@ # 0 = Brief output # 1 = More detailed # 2 = Very detailed +# @param [string] ng_debug_file FQDN where Nagios should write debug +# information. # @param [string] ng_max_debug_file_size Maximum size (in bytes) of the debug # file. If the file grows larger than this size, it will be renamed with # a .old # extension. If a file already exists with a .old extension it will @@ -630,7 +634,7 @@ # @param [boolean] ng_enable_load_ctl_options Whether to enable loadctl_options # To get current defaults based on your system issue a command to # the query handler. Experiemental feature and not recomended for production. -# param [string] ng_loadctl_options load controlling options +# @param [string] ng_loadctl_options load controlling options # jobs_max - The maximum amount of jobs to run at one time # jobs_min - The minimum amount of jobs to run at one time # jobs_limit - The maximum amount of jobs the current load lets us run