Added a list of parameters that still need to be added to the ::object::host class as comments.
This commit is contained in:
parent
e099b9c1d3
commit
999964f09a
1 changed files with 21 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue