Alerts Config
Config | Type | Default | Description |
---|---|---|---|
c.alerts.method |
string | 'none' |
How to send alerts. Either 'smtp' , 'http', or 'none'. |
c.alerts.server |
integer | 2 |
Which SMTP server to use for sending email alerts. 1=SMTP#1, 2=SMTP#2. |
c.alerts.emailto |
string | '' |
The list of email addresses to email to. Multiple addresses can be separated by a semicolon. |
c.alerts.http.server |
integer | nil |
The HTTP Cloud Server to use. nil is the default. 2 =Cloud 2, 3 =Cloud 3 #Firmware/v293 |
c.alerts.sched.days |
string | '1234567' |
Which days of the week to send quiet alerts. 1=Mon, 2=Tue, 3=Wed, 4=Thu, 5=Fri, 6=Sat, 7=Sun. If the day's number is not present, then the email is not sent on that day. |
c.alerts.sched.lo |
integer | 0 |
The start time for quiet alerts to be sent. In 24 hour format – digits only. |
c.alerts.sched.hi |
integer | 2359 |
The end time for quiet alerts to be sent. In 24 hour format – digits only. |
c.alerts.auth |
integer | 0 |
Whether to send an email on a failed authentication. 0=don't send, 1=send. |
c.alerts.comfort |
integer | 0 |
Whether to send “comfort” email alerts. Specified in minutes. 0=don't send. |
c.alerts.config |
integer | 0 |
Whether to send an email when the ip.buffer is configured through the web-interface. 0=don't send, 1=send. |
c.alerts.full |
integer | 75 |
The percentage global memory to send an email alert. Individual channel alerts are found at c.chnl[#].notify.full |
c.alerts.reboot |
integer | 0 |
Whether to send an email on reboot and battery switchover. 0=don't send, 1=send. |
c.alerts.temp.hi |
integer | 30 |
The high temperature alert, in Celcius (integer only). 0=disabled. |
c.alerts.temp.lo |
integer | 0 |
The low temperature alert, in Celcius (integer only). 0=disabled. |
c.alerts.sendinfo |
integer | 1 |
Whether to send the info dump along with the alert. #Firmware/v260 |
c.alerts.eastext |
integer | 0 |
(Optional) Set to 1 to send the alerts as paragraph text, not table #Firmware/v292 |
c.alerts.eskiptable |
integer | 0 |
(Optional) Set to 1 to skip the information table. #Firmware/v292 |
c.alerts.etitle |
string | '<h1>Alerts</h1>' |
(Optional) Sets the title of the alerts list #Firmware/v292 |