mirror of https://github.com/Icinga/icinga2.git
parent
19434dc73d
commit
fb5d0f3907
|
@ -9,6 +9,9 @@ Changes require newest Icinga Classic UI releases.
|
|||
------------|--------------
|
||||
hoststatus | check_service
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Command definitions get custom variables from 'vars' dictionary.
|
||||
|
||||
### <a id="schema-db-ido"></a> DB IDO
|
||||
|
||||
|
@ -45,6 +48,9 @@ New columns:
|
|||
logentries | object_id | bigint | NULL | FK: objects table (service associated with column)
|
||||
hosts | check_service_object_id | bigint | NULL | FK: objects table (service associated with column)
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Additional command custom variables populated from 'vars' dictionary.
|
||||
|
||||
|
||||
### <a id="schema-livestatus"></a> Livestatus
|
||||
|
@ -188,3 +194,10 @@ New columns:
|
|||
hosts | check_service
|
||||
downtimes | triggers
|
||||
downtimes | trigger_time
|
||||
commands | custom_variable_names
|
||||
commands | custom_variable_values
|
||||
commands | custom_variables
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Command custom variables reflect the local 'vars' dictionary.
|
||||
|
|
Loading…
Reference in New Issue