fixing parameter documentation
This commit is contained in:
@@ -219,8 +219,9 @@
|
||||
# cached when # Nagios starts/restarts.
|
||||
# @param [string] ng_precached_obj_file determines the location of the
|
||||
# precached object file.
|
||||
# @param [string] optional resource file that contains $USERx$ macro definitions.
|
||||
# @param [string] ng_status_file. where the current status of all monitored
|
||||
# @param [string] ng_resource_file resource file that contains $USERx$ macro
|
||||
# definitions.
|
||||
# @param [string] ng_status_file where the current status of all monitored
|
||||
# services and hosts is stored.
|
||||
# @param [string] ng_status_upd_interval status file update interval.
|
||||
# determines the frequency (in seconds) that # Nagios will periodically dump
|
||||
@@ -241,12 +242,12 @@
|
||||
# when Nagios # updates the status log, cleans the comment file, etc.
|
||||
# @param [string] ng_temp_path path where Nagios can create temp files for
|
||||
# service and # host check results, etc.
|
||||
# @param [string] event_broker_options Controls what (if any) data gets sent
|
||||
# @param [string] ng_event_broker_options Controls what (if any) data gets sent
|
||||
# to the event broker.
|
||||
# @param [string] ng_event_broker_module specify an event broker
|
||||
# (including full path) module that should # by loaded by Nagios at startup.
|
||||
# Specify multiple modules as array ['path/to/module1','/path/to/module2']
|
||||
# @param [string] ng_log_rotation_method. Valid options:
|
||||
# @param [string] ng_log_rotation_method Valid options:
|
||||
# n = None - don't rotate the log
|
||||
# h = Hourly rotation (top of the hour)
|
||||
# d = Daily rotation (midnight every day)
|
||||
@@ -262,7 +263,7 @@
|
||||
# Valid options are `0` and `1`.
|
||||
# @param [string] ng_log_host_retries Whether to log host retries.
|
||||
# Valid options are `0` and `1`.
|
||||
# @param [string] ng_log_event_handlers. Whether to log host and service event
|
||||
# @param [string] ng_log_event_handlers Whether to log host and service event
|
||||
# handlers. Valid options are `0` and `1`.
|
||||
# @param [string] ng_log_initial_states Whether to log initial states.
|
||||
# Valid options are `0` and `1`.
|
||||
@@ -292,7 +293,7 @@
|
||||
# d = Use a "dumb" delay of 1 second between checks
|
||||
# s = Use "smart" inter-check delay calculation
|
||||
# x.xx = Use an inter-check delay of x.xx seconds
|
||||
# @param [string] ng_max_service_check_spread timeframe (in minutes) from the
|
||||
# @param [string] ng_max_svc_check_spread timeframe (in minutes) from the
|
||||
# program start time that an initial check of all services should be completed
|
||||
# @param [string] ng_svc_interleave_factor determines how service checks are
|
||||
# interleaved. Valid options: s = Use "smart" interleave factor calculation
|
||||
@@ -311,6 +312,9 @@
|
||||
# will not restrict the number of concurrent checks that are being executed.
|
||||
# @param [string] ng_check_res_reaper_freq frequency (in seconds!) in which
|
||||
# Nagios will process the results of host and service checks.
|
||||
# @param [string] ng_max_check_res_reap_time max amount of time (in seconds)
|
||||
# that a single # check result reaper event will be allowed to run before
|
||||
# returning control back to Nagios so it can perform other duties.
|
||||
# @param [string] ng_check_result_path directory where Nagios stores the
|
||||
# results of host and service checks that have not yet been processed.
|
||||
# @param [string] ng_max_check_res_file_age maximum age (in seconds) which
|
||||
|
||||
Reference in New Issue
Block a user