Update example config.

This commit is contained in:
Gunnar Beutner 2013-10-07 15:03:08 +02:00
parent 1d00009c03
commit 8c71007b60
3 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,8 @@
icinga2confdir = $(DESTDIR)${sysconfdir}/icinga2/conf.d
CONFIG_FILES = \
generic-host.conf \
generic-service.conf \
localhost.conf \
macros.conf

View File

@ -0,0 +1,7 @@
/**
* Provides default settings for hosts. By convention
* all hosts should inherit from this template.
*
template Host "generic-host" {
}

View File

@ -0,0 +1,7 @@
/**
* Provides default settings for services. By convention
* all services should inherit from this template.
*
template Service "generic-service" {
}