mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
65227e311b
commit
d892ebce60
@ -161,7 +161,7 @@ database schema available on [http://docs.icinga.org/latest/en/db_model.html]
|
|||||||
|
|
||||||
Icinga 2 specific extensions are shown below:
|
Icinga 2 specific extensions are shown below:
|
||||||
|
|
||||||
New tables: `endpoints`, `endpointstatus`
|
New table: `endpointstatus`
|
||||||
|
|
||||||
Table | Column | Type | Default | Description
|
Table | Column | Type | Default | Description
|
||||||
--------------------|--------------------|----------|---------|-------------
|
--------------------|--------------------|----------|---------|-------------
|
||||||
@ -169,6 +169,8 @@ New tables: `endpoints`, `endpointstatus`
|
|||||||
endpoints | identity | TEXT | NULL | endpoint name
|
endpoints | identity | TEXT | NULL | endpoint name
|
||||||
endpoints | node | TEXT | NULL | local node name
|
endpoints | node | TEXT | NULL | local node name
|
||||||
|
|
||||||
|
New table: `endpointstatus`
|
||||||
|
|
||||||
Table | Column | Type | Default | Description
|
Table | Column | Type | Default | Description
|
||||||
--------------------|--------------------|----------|---------|-------------
|
--------------------|--------------------|----------|---------|-------------
|
||||||
endpointstatus | endpoint_object_id | bigint | NULL | FK: objects table
|
endpointstatus | endpoint_object_id | bigint | NULL | FK: objects table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user