mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
Fix type definitions (rename alias to display_name).
This commit is contained in:
parent
a28914928d
commit
67fe31c78b
@ -18,7 +18,7 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
type Host {
|
type Host {
|
||||||
%attribute string "alias",
|
%attribute string "display_name",
|
||||||
%attribute string "hostcheck",
|
%attribute string "hostcheck",
|
||||||
%attribute dictionary "hostgroups" {
|
%attribute dictionary "hostgroups" {
|
||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
@ -114,7 +114,7 @@ type Host {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type HostGroup {
|
type HostGroup {
|
||||||
%attribute string "alias",
|
%attribute string "display_name",
|
||||||
%attribute string "notes_url",
|
%attribute string "notes_url",
|
||||||
%attribute string "action_url"
|
%attribute string "action_url"
|
||||||
}
|
}
|
||||||
@ -135,7 +135,7 @@ type Service {
|
|||||||
|
|
||||||
%attribute string "short_name",
|
%attribute string "short_name",
|
||||||
|
|
||||||
%attribute string "alias",
|
%attribute string "display_name",
|
||||||
%attribute dictionary "macros" {
|
%attribute dictionary "macros" {
|
||||||
%attribute string "*"
|
%attribute string "*"
|
||||||
},
|
},
|
||||||
@ -197,7 +197,7 @@ type Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ServiceGroup {
|
type ServiceGroup {
|
||||||
%attribute string "alias",
|
%attribute string "display_name",
|
||||||
%attribute string "notes_url",
|
%attribute string "notes_url",
|
||||||
%attribute string "action_url"
|
%attribute string "action_url"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user