Skip to content

Commit

Permalink
Fix wrong formatting in DB IDO extensions docs
Browse files Browse the repository at this point in the history
fixes #9585
  • Loading branch information
Michael Friedrich committed Jul 8, 2015
1 parent 65227e3 commit d892ebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/22-appendix.md
Expand Up @@ -161,14 +161,16 @@ 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
--------------------|--------------------|----------|---------|-------------
endpoints | endpoint_object_id | bigint | NULL | FK: objects table
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
Expand Down

0 comments on commit d892ebc

Please sign in to comment.