Fix type definitions (rename alias to display_name).

This commit is contained in:
Gunnar Beutner 2013-03-13 11:24:58 +01:00
parent a28914928d
commit 67fe31c78b
1 changed files with 4 additions and 4 deletions

View 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"
}