From: Gunnar Beutner Date: Wed, 13 Mar 2013 10:28:56 +0000 (+0100) Subject: Update default host/service groups to use display_name instead of alias. X-Git-Tag: v0.0.2~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9de846833da50f1120ccd9c6eff0722a4fa663;p=icinga2 Update default host/service groups to use display_name instead of alias. --- diff --git a/itl/host.conf b/itl/host.conf index 3abf30316..128687b3e 100644 --- a/itl/host.conf +++ b/itl/host.conf @@ -18,7 +18,7 @@ ******************************************************************************/ object HostGroup "all-hosts" { - alias = "All Hosts" + display_name = "All Hosts" } abstract object Host "itl-host" { diff --git a/itl/service.conf b/itl/service.conf index 1bbbe45f2..1546271ec 100644 --- a/itl/service.conf +++ b/itl/service.conf @@ -18,7 +18,7 @@ ******************************************************************************/ object ServiceGroup "all-services" { - alias = "All Services" + display_name = "All Services" } template Service "itl-service" {