]> granicus.if.org Git - icinga2/commitdiff
Example config: Renamed host "localhost-i2" to "localhost".
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 12 Oct 2012 11:14:44 +0000 (13:14 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 12 Oct 2012 11:14:44 +0000 (13:14 +0200)
icinga-app/config/icinga2.conf.dist

index 1dc47068201889c7f35ef6bca3c56c025f6997c2..123ab96a5d8ee73dd17ccab0c107c590842cf0e7 100644 (file)
@@ -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",