'bogus-template':
target: '/etc/icinga2/conf.d/host-templates.conf'
template: true
-# vars:
-# 'host.vars.notification.mail.groups':
-# - 'icingaadmins'
max_check_attempts: '3'
check_interval: '1m'
retry_interval: '30s'
apply: true
assign:
- 'host.address'
- 'load':
- target: '/etc/icinga2/conf.d/default-services.conf'
- import:
- - 'generic-service'
- check_command: 'load'
- command_endpoint: 'host.name'
- apply: true
- assign:
- - 'host.address'
- 'disk':
- target: '/etc/icinga2/conf.d/default-services.conf'
- import:
- - 'generic-service'
- check_command: 'disk'
- command_endpoint: 'host.name'
- apply: true
- assign:
- - 'host.address'
+# 'load':
+# target: '/etc/icinga2/conf.d/default-services.conf'
+# import:
+# - 'generic-service'
+# check_command: 'load'
+# command_endpoint: 'host.name'
+# apply: true
+# assign:
+# - 'host.address'
+# 'disk':
+# target: '/etc/icinga2/conf.d/default-services.conf'
+# import:
+# - 'generic-service'
+# check_command: 'disk'
+# command_endpoint: 'host.name'
+# apply: true
+# assign:
+# - 'host.address'
site::profile::icinga2::object::hostgroup:
'linux-servers':