From: Michael Friedrich Date: Fri, 4 Apr 2014 15:36:28 +0000 (+0200) Subject: Update documentation with schema extensions. X-Git-Tag: v0.0.10~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb5d0f390703370fd4e127b47afe697b15b4cd12;p=icinga2 Update documentation with schema extensions. Refs #5855 --- diff --git a/doc/6.12-schemas.md b/doc/6.12-schemas.md index ecc9ead6a..7955e8bbd 100644 --- a/doc/6.12-schemas.md +++ b/doc/6.12-schemas.md @@ -9,6 +9,9 @@ Changes require newest Icinga Classic UI releases. ------------|-------------- hoststatus | check_service +> **Note** +> +> Command definitions get custom variables from 'vars' dictionary. ### 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. ### 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.