added parameter documentation
This commit is contained in:
@@ -57,8 +57,6 @@
|
||||
# Valid options are `0` and `1`.
|
||||
# @param [string] ng_flap_detection_enabled Whether flap detection is enabled.
|
||||
# Valid options are `0` and `1`.
|
||||
# @param [string] ng_failure_prediction_enabled Whether failure prediction is
|
||||
# enabled. Valid options are `0` and `1`.
|
||||
# @param [string] ng_process_perf_data Whether to process performance data.
|
||||
# Valid options are `0` and `1`.
|
||||
# @param [string] ng_retain_status_information Whether to retain status
|
||||
@@ -77,7 +75,6 @@
|
||||
# retries for the defined object.
|
||||
# @param [string] ng_max_check_attempts how often to check the defined object
|
||||
# maximal.
|
||||
# @param [string] ng_check_command The command to use for host checks.
|
||||
# @param [string] ng_notification_options see `ng_service_notification_options`
|
||||
# and `ng_host_notification_options`.
|
||||
# @param [string] ng_contact_groups contact groups for the defined oject.
|
||||
@@ -98,6 +95,8 @@
|
||||
# under normal conditions.
|
||||
# @param [string] ng_retry_interval Re-check the service every x minutes
|
||||
# until a hard state can be determined.
|
||||
# @param [string] ng_host_check_command the check command for host checks
|
||||
# @param [string]
|
||||
################################################################################
|
||||
define cd_nagios::nagios::objects::templates (
|
||||
$ng_template_object = undef,
|
||||
|
||||
Reference in New Issue
Block a user