mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user