26 lines
787 B
YAML
26 lines
787 B
YAML
|
|
icinga2_custom_config:
|
||
|
|
## global templates
|
||
|
|
- name: global/base-templates.conf
|
||
|
|
path: zones.d/global/static/base_templates.conf
|
||
|
|
order: 10
|
||
|
|
# - name: notification_templates.conf
|
||
|
|
# path: zones.d/global/notification_templates.conf
|
||
|
|
# order: 11
|
||
|
|
# - name: notification_commands.conf
|
||
|
|
# path: zones.d/global/notification_commands.conf
|
||
|
|
# order: 12
|
||
|
|
# - name: timeperiods.conf
|
||
|
|
# path: zones.d/global/timeperiods.conf
|
||
|
|
# order: 13
|
||
|
|
# - name: fsc_commands.conf
|
||
|
|
# path: zones.d/global/fsc_commands.conf
|
||
|
|
# order: 14
|
||
|
|
## static hosts
|
||
|
|
- name: master/icinga-server.conf
|
||
|
|
path: zones.d/master/static/icinga-server.conf
|
||
|
|
order: 10
|
||
|
|
## static services
|
||
|
|
- name: master/icinga-services.conf
|
||
|
|
path: zones.d/master/static/icinga-services.conf
|
||
|
|
order: 10
|