Update documentation with schema extensions.

Refs #5855
This commit is contained in:
Michael Friedrich 2014-04-04 17:36:28 +02:00
parent 19434dc73d
commit fb5d0f3907
1 changed files with 13 additions and 0 deletions

View File

@ -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.