template Host "Test_Linux" { check_command = "hostalive" max_check_attempts = "3" check_interval = 5m retry_interval = 1m enable_notifications = true enable_active_checks = true enable_passive_checks = true enable_event_handler = true enable_flapping = true enable_perfdata = true volatile = true vars.host_groups = "$host.groups$" } template Host "Test_windows" { check_command = "hostalive" max_check_attempts = "3" check_interval = 1h retry_interval = 1m check_timeout = 5m enable_notifications = true enable_active_checks = true enable_passive_checks = true enable_event_handler = true enable_flapping = true enable_perfdata = true volatile = true vars.host_groups = "$host_groups$" } template Host "Test_Switch" { check_command = "hostalive" max_check_attempts = "3" check_interval = 5m retry_interval = 1m check_timeout = 5m enable_notifications = true enable_active_checks = true enable_passive_checks = true enable_event_handler = true enable_flapping = true enable_perfdata = true }