added base contacts and additional contacts

This commit is contained in:
Arne Teuke
2017-07-26 12:16:25 +01:00
parent 099828e47a
commit 85ade68820
15 changed files with 328 additions and 216 deletions

View File

@@ -25,7 +25,7 @@
# i.e. `generic-contact`, `generic-host`, `generic-service`.
# @param [string] ng_svc_notification_period Period in which to send out
# notifications for service events, i.e. `24x7`.
# @param [string] ng_svc_notification_period Period in which to send out
# @param [string] ng_host_notification_period Period in which to send out
# notifications for host events , i.e. `24x7`.
# @param [string] ng_service_notification_options What service events to send
# out notifications for:
@@ -77,6 +77,7 @@
# 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.
@@ -112,7 +113,6 @@ $ng_template_object_use = undef,
$ng_notifications_enabled = '1',
$ng_event_handler_enabled = '1',
$ng_flap_detection_enabled = '1',
$ng_failure_prediction_enabled = '1',
$ng_process_perf_data = '1',
$ng_retain_status_information = '1',
$ng_retain_nonstatus_information = '1',
@@ -122,7 +122,7 @@ $ng_check_period = '24x7',
$ng_check_interval = '5',
$ng_retry_interval = '1',
$ng_max_check_attempts = '10',
$ng_check_command = 'check-host-alive',
$ng_host_check_command = 'check-host-alive',
$ng_notification_options = undef,
$ng_contact_groups = 'admins',
$ng_active_checks_enabled = '1',