Index


Table: agents

agents Structure
P-Key F-Key Name Type Description
activationdate TIMESTAMPNOT NULL
id_agent SERIALNOT NULL
id_source INT4NOT NULL
information TEXT
lastconnectiondate TIMESTAMP
number INT4NOT NULL
version INT4NOT NULL
Index

Table: agents_alarms_descriptions

agents_alarms_descriptions Structure
P-Key F-Key Name Type Description
alarm_number INT4NOT NULL
id_agent INT4NOT NULL
id_alarm_description SERIALNOT NULL
id_alarm_level INT4
message TEXT
Index

Table: agents_data_descriptions

agents_data_descriptions Structure
P-Key F-Key Name Type Description
ancestor INT4
description TEXT
id_agent INT4NOT NULL
id_data_description SERIALNOT NULL
number INT4NOT NULL
type INT4NOT NULL
unit INT4NOT NULL
Index

Table: alarms

alarms Structure
P-Key F-Key Name Type Description
acquittal_date TIMESTAMP
id_alarm SERIALNOT NULL
id_alarm_description INT4NOT NULL
release_date TIMESTAMPNOT NULL
storage_date TIMESTAMPNOT NULL
Index

Table: alarms_levels

alarms_levels Structure
P-Key F-Key Name Type Description
id_alarm_level SERIALNOT NULL
image TEXT
level TEXT
localisation TEXT
Index

Table: complex_alarms

complex_alarms Structure
P-Key F-Key Name Type Description
acquittal_date TIMESTAMP
id_complex_alarm SERIALNOT NULL
id_complex_alarm_description INT4NOT NULL
storage_date TIMESTAMPNOT NULL
Index

Table: complex_alarms_descriptions

complex_alarms_descriptions Structure
P-Key F-Key Name Type Description
complex_alarm_number INT4NOT NULL
id_agent INT4NOT NULL
id_alarm_level INT4NOT NULL
id_complex_alarm_description SERIALNOT NULL
last_checked_data_date TIMESTAMPNOT NULL default 'epoch'
name TEXTNOT NULL
Index

Table: data

data Structure
P-Key F-Key Name Type Description
collection_date TIMESTAMPNOT NULL
id_data SERIALNOT NULL
id_data_description INT4NOT NULL
storage_date TIMESTAMPNOT NULL
Index

Table: data_types

data_types Structure
P-Key F-Key Name Type Description
id_data_type SERIALNOT NULL
type TEXTNOT NULL
Index

Table: data_units

data_units Structure
P-Key F-Key Name Type Description
id_data_unit SERIALNOT NULL
localisation TEXT
unit TEXTNOT NULL
Index

Table: date_values

date_values Structure
P-Key F-Key Name Type Description
id_data INT4NOT NULL
value DATE
Index

Table: datetime_values

datetime_values Structure
P-Key F-Key Name Type Description
id_data INT4NOT NULL
value TIMESTAMP
Index

Table: integer_values

integer_values Structure
P-Key F-Key Name Type Description
id_data INT4NOT NULL
value INT4
Index

Table: real_values

real_values Structure
P-Key F-Key Name Type Description
id_data INT4NOT NULL
value FLOAT4
Index

Table: sources

sources Structure
P-Key F-Key Name Type Description
id_source SERIALNOT NULL
password VARCHAR(20)
Index

Table: sources_informations

sources_informations Structure
P-Key F-Key Name Type Description
description TEXTNOT NULL
id_information SERIALNOT NULL
id_source INT4NOT NULL
value TEXT
Index

Table: text_values

text_values Structure
P-Key F-Key Name Type Description
id_data INT4NOT NULL
value TEXT
Index

Table: time_values

time_values Structure
P-Key F-Key Name Type Description
id_data INT4NOT NULL
value TIME
Index