From: Gunnar Beutner Date: Fri, 12 Oct 2012 11:14:44 +0000 (+0200) Subject: Example config: Renamed host "localhost-i2" to "localhost". X-Git-Tag: v0.0.1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e608ce974ef5d1c78ac7a9a2249dc40f92c6d5;p=icinga2 Example config: Renamed host "localhost-i2" to "localhost". --- diff --git a/icinga-app/config/icinga2.conf.dist b/icinga-app/config/icinga2.conf.dist index 1dc470682..123ab96a5 100644 --- a/icinga-app/config/icinga2.conf.dist +++ b/icinga-app/config/icinga2.conf.dist @@ -169,8 +169,7 @@ abstract object Service "demo" inherits "icinga-service" { /** * And finally we define some host that should be checked. */ - -object Host "localhost-i2" { +object Host "localhost" { services = { "ping", "ping6", "http", "ssh",