mirror of https://github.com/Icinga/icinga2.git
Fix the example config.
This commit is contained in:
parent
d36e2ebd1a
commit
bb0012e7b6
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Provides default settings for hosts. By convention
|
* Provides default settings for hosts. By convention
|
||||||
* all hosts should inherit from this template.
|
* all hosts should inherit from this template.
|
||||||
*
|
*/
|
||||||
template Host "generic-host" {
|
template Host "generic-host" {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Provides default settings for services. By convention
|
* Provides default settings for services. By convention
|
||||||
* all services should inherit from this template.
|
* all services should inherit from this template.
|
||||||
*
|
*/
|
||||||
template Service "generic-service" {
|
template Service "generic-service" {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue