mirror of https://github.com/Icinga/icinga2.git
Example config: Renamed host "localhost-i2" to "localhost".
This commit is contained in:
parent
44db66d79c
commit
a0e608ce97
|
@ -169,8 +169,7 @@ abstract object Service "demo" inherits "icinga-service" {
|
||||||
/**
|
/**
|
||||||
* And finally we define some host that should be checked.
|
* And finally we define some host that should be checked.
|
||||||
*/
|
*/
|
||||||
|
object Host "localhost" {
|
||||||
object Host "localhost-i2" {
|
|
||||||
services = {
|
services = {
|
||||||
"ping", "ping6",
|
"ping", "ping6",
|
||||||
"http", "ssh",
|
"http", "ssh",
|
||||||
|
|
Loading…
Reference in New Issue