mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +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 {
|
dictionary hostchecks {
|
||||||
string *
|
string *
|
||||||
},
|
},
|
||||||
|
dictionary services {
|
||||||
|
any * /* TODO: more specific validation rules */
|
||||||
|
},
|
||||||
|
|
||||||
|
/* service attributes */
|
||||||
|
number max_check_attempts,
|
||||||
|
number check_interval,
|
||||||
|
number retry_interval,
|
||||||
dictionary macros {
|
dictionary macros {
|
||||||
string *
|
string *
|
||||||
},
|
},
|
||||||
dictionary services {
|
dictionary servicegroups {
|
||||||
any * /* TODO: more specific validation rules */
|
string *
|
||||||
|
},
|
||||||
|
dictionary checkers {
|
||||||
|
string *
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user