mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Update example config.
This commit is contained in:
parent
1d00009c03
commit
8c71007b60
@ -3,6 +3,8 @@
|
|||||||
icinga2confdir = $(DESTDIR)${sysconfdir}/icinga2/conf.d
|
icinga2confdir = $(DESTDIR)${sysconfdir}/icinga2/conf.d
|
||||||
|
|
||||||
CONFIG_FILES = \
|
CONFIG_FILES = \
|
||||||
|
generic-host.conf \
|
||||||
|
generic-service.conf \
|
||||||
localhost.conf \
|
localhost.conf \
|
||||||
macros.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…
x
Reference in New Issue
Block a user