checked and documented all parameters, fixed template syntaxes

This commit is contained in:
Arne Teuke
2017-07-25 15:34:14 +01:00
parent 66d7dbd91c
commit f2a243b7c2

View File

@@ -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