From 67fe31c78b0cb808399321ca9522bba990ba7eb6 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 13 Mar 2013 11:24:58 +0100 Subject: [PATCH] Fix type definitions (rename alias to display_name). --- lib/icinga/icinga-type.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index 89fa93b72..2418e6fd4 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -18,7 +18,7 @@ ******************************************************************************/ type Host { - %attribute string "alias", + %attribute string "display_name", %attribute string "hostcheck", %attribute dictionary "hostgroups" { %attribute string "*" @@ -114,7 +114,7 @@ type Host { } type HostGroup { - %attribute string "alias", + %attribute string "display_name", %attribute string "notes_url", %attribute string "action_url" } @@ -135,7 +135,7 @@ type Service { %attribute string "short_name", - %attribute string "alias", + %attribute string "display_name", %attribute dictionary "macros" { %attribute string "*" }, @@ -197,7 +197,7 @@ type Service { } type ServiceGroup { - %attribute string "alias", + %attribute string "display_name", %attribute string "notes_url", %attribute string "action_url" } -- 2.40.0