driver_events

Reports from Brokers generated when a Driver logs in or out.

Primary key: pk_driver_events(driver_event_id))

Column name

Data type

Description

driver_event_id

identity

ID of the Driver event

username

varchar(255)

Driver user name

hostname

varchar(255)

The name of the host running the Driver

time_stamp

timestamp not null

Timestamp of the report

broker_id

int

The ID of the Broker where the event occurred

event

int

0 for an add, or the reason code for a remove – reason codes are in the event_codes table