mdb_alertengine
MDB real-time alert processing engine. This process uses the data in the various tables related to alerts, such AlertDefinition, AlertCategory and AlertConfiguration to generate alerts which are sent to the matching engine as transactions and are then populated in the Alert table. Alerts can be triggered by any data in shared memory and are defined by the data in the AlertDefinition table (and others). A common example would be an alert which pops up in the trading UI when a resting order is matched. Another example could be email notifications for an auction starting etc. See the full list of tables related to alerts here.
All options
| Name | Type | Description | Default |
|---|---|---|---|
| service_name | String | The name of this service - used for logging. | |
| instance_key | String | The unique shared memory key for this instance of MarketGrid | |
| port | Integer (unsigned) | ||
| baseport | Integer (unsigned) | ||
| procname | String | mdb_alertengine | |
| discoveryport | Integer (unsigned) | ||
| debug | Integer (unsigned) | ||
| transaction_server | String | The address of the tserver | |
| timer_interval | String | 0D00:00:02 |