mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
19434dc73d
commit
fb5d0f3907
@ -9,6 +9,9 @@ Changes require newest Icinga Classic UI releases.
|
|||||||
------------|--------------
|
------------|--------------
|
||||||
hoststatus | check_service
|
hoststatus | check_service
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Command definitions get custom variables from 'vars' dictionary.
|
||||||
|
|
||||||
### <a id="schema-db-ido"></a> DB IDO
|
### <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)
|
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)
|
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
|
### <a id="schema-livestatus"></a> Livestatus
|
||||||
@ -188,3 +194,10 @@ New columns:
|
|||||||
hosts | check_service
|
hosts | check_service
|
||||||
downtimes | triggers
|
downtimes | triggers
|
||||||
downtimes | trigger_time
|
downtimes | trigger_time
|
||||||
|
commands | custom_variable_names
|
||||||
|
commands | custom_variable_values
|
||||||
|
commands | custom_variables
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Command custom variables reflect the local 'vars' dictionary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user