i.alerts - Alerts
ID | Type | Example | Description |
---|---|---|---|
i.alerts.active |
integer | 1 |
Set to 1 when the alert system is trying to push, otherwise NULL. #Firmware/v282 |
i.alerts.connected |
integer | 1 |
Set to 1 when the alert system is actually connected to the peer, otherwise NULL. Note that the expression (busy and not waitmodem) shows that delivery is taking place, as there could be a pause between waitmodem clearing and connected being set. #Firmware/v282 |
i.alerts.waitmodem |
integer | 1 |
Set to 1 when the alert system is waiting for the modem to connect, otherwise NULL. #Firmware/v282 |
i.alerts.last.* |
table | The “.this.” values are transferred to “.last.” when the email completes. | |
i.alerts.this.connected |
integer | 1 |
Whether the email is connected to the server. NULL=no, 1=yes. |
i.alerts.this.end |
integer | 0 |
The time, in seconds past 1970-01-01, when the email was completed. |
i.alerts.this.error |
string | '' |
The SMTP error string. |
i.alerts.this.intf |
string | 'L' |
The interface that the email is using. “L”=LAN, “M”=modem. |
i.alerts.this.remote |
string | '0.0.0.0' |
The remote IP address of the SMTP computer. |
i.alerts.this.ssl |
integer | 0 |
Whether SSL is being used on this email. 0=plain, 1=SSL/TLS. |
i.alerts.this.start |
integer | 0 |
The time, in seconds past 1970-01-01, when the email was started. |
i.alerts.this.waitmodem |
integer | 0 |
Whether the email is waiting for the modem to dial-out. 0=no, 1=yes. |