Added a list of parameters that still need to be added to the ::object::host class as comments.

This commit is contained in:
Nick Chappell 2014-07-26 18:06:28 -07:00
parent e099b9c1d3
commit 999964f09a

View file

@ -15,6 +15,27 @@ define icinga2::object::host (
$template_to_import = 'generic-host',
$groups = [],
$vars = {},
# Parameters that still need to be included:
# check_command
# max_check_attempts
# check_period
# check_interval
# retry_interval
# enable_notifications
# enable_active_checks
# enable_passive_checks
# enable_event_handler
# enable_flap_detection
# enable_perfdata
# event_command
# flapping_threshold
# volatile
# notes
# notes_url
# action_url
# icon_image
# icon_image_alt
$target_dir = '/etc/icinga2/conf.d',
$target_file_name = "${fqdn}.conf",
$target_file_owner = 'root',