mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Update example config.
This commit is contained in:
parent
1d00009c03
commit
8c71007b60
3 changed files with 16 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
icinga2confdir = $(DESTDIR)${sysconfdir}/icinga2/conf.d
|
||||
|
||||
CONFIG_FILES = \
|
||||
generic-host.conf \
|
||||
generic-service.conf \
|
||||
localhost.conf \
|
||||
macros.conf
|
||||
|
||||
|
|
|
|||
7
etc/icinga2/conf.d/generic-host.conf
Normal file
7
etc/icinga2/conf.d/generic-host.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Provides default settings for hosts. By convention
|
||||
* all hosts should inherit from this template.
|
||||
*
|
||||
template Host "generic-host" {
|
||||
|
||||
}
|
||||
7
etc/icinga2/conf.d/generic-service.conf
Normal file
7
etc/icinga2/conf.d/generic-service.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Provides default settings for services. By convention
|
||||
* all services should inherit from this template.
|
||||
*
|
||||
template Service "generic-service" {
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue