From: Michael Friedrich Date: Wed, 8 Jul 2015 11:15:58 +0000 (+0200) Subject: Fix wrong formatting in DB IDO extensions docs X-Git-Tag: v2.4.0~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d892ebce608e68d9ac809daa4d2902e33236b05d;p=icinga2 Fix wrong formatting in DB IDO extensions docs fixes #9585 --- diff --git a/doc/22-appendix.md b/doc/22-appendix.md index a2c6735f9..aaea1e573 100644 --- a/doc/22-appendix.md +++ b/doc/22-appendix.md @@ -161,7 +161,7 @@ database schema available on [http://docs.icinga.org/latest/en/db_model.html] Icinga 2 specific extensions are shown below: -New tables: `endpoints`, `endpointstatus` +New table: `endpointstatus` Table | Column | Type | Default | Description --------------------|--------------------|----------|---------|------------- @@ -169,6 +169,8 @@ New tables: `endpoints`, `endpointstatus` endpoints | identity | TEXT | NULL | endpoint name endpoints | node | TEXT | NULL | local node name +New table: `endpointstatus` + Table | Column | Type | Default | Description --------------------|--------------------|----------|---------|------------- endpointstatus | endpoint_object_id | bigint | NULL | FK: objects table