From 6c9de846833da50f1120ccd9c6eff0722a4fa663 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 13 Mar 2013 11:28:56 +0100 Subject: [PATCH] Update default host/service groups to use display_name instead of alias. --- itl/host.conf | 2 +- itl/service.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" { -- 2.40.0