mirror of https://github.com/Icinga/icinga2.git
Types: Added service attributes to the host type.
This commit is contained in:
parent
a88d9b5646
commit
7d795ae5e6
|
@ -50,11 +50,22 @@ type Host {
|
|||
dictionary hostchecks {
|
||||
string *
|
||||
},
|
||||
dictionary services {
|
||||
any * /* TODO: more specific validation rules */
|
||||
},
|
||||
|
||||
/* service attributes */
|
||||
number max_check_attempts,
|
||||
number check_interval,
|
||||
number retry_interval,
|
||||
dictionary macros {
|
||||
string *
|
||||
},
|
||||
dictionary services {
|
||||
any * /* TODO: more specific validation rules */
|
||||
dictionary servicegroups {
|
||||
string *
|
||||
},
|
||||
dictionary checkers {
|
||||
string *
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue