]> granicus.if.org Git - icinga2/commitdiff
Fix type definitions (rename alias to display_name).
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 13 Mar 2013 10:24:58 +0000 (11:24 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 13 Mar 2013 10:25:38 +0000 (11:25 +0100)
lib/icinga/icinga-type.conf

index 89fa93b72a1c1266e09e51ca7ca79045f83c1d63..2418e6fd48977f713b6a2760cdbd00d3bf8c61d3 100644 (file)
@@ -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"
 }