Data server configuration
Adding an MQTT broker as a data server in Alert follows the standard procedure for adding a data server.
Connection parameters
Required
| Parameter | Description | Default |
|---|---|---|
| Host | Hostname or IP address of the broker (e.g. localhost) | — |
| Port | TCP port of the broker | 1883 |
| SSL/TLS | Enable encrypted connection | false |
Optional
| Parameter | Description |
|---|---|
| Login | Username if the broker requires authentication |
| Password | Password if the broker requires authentication |