Alerts on duplex status change on SNMP interface (#2349)

This commit is contained in:
Alfredo Cardigliano 2019-05-23 12:23:45 +02:00
parent 978996af38
commit 7590f629fe
6 changed files with 35 additions and 0 deletions

View file

@ -1658,6 +1658,13 @@ function printSnmp()
disabled = not info["version.enterprise_edition"],
})
prefsToggleButton(subpage_active, {
field = "toggle_snmp_alerts_port_duplexstatus_change",
default = "1",
pref = "alerts.snmp_port_duplexstatus_change",
disabled = not info["version.enterprise_edition"],
})
prefsToggleButton(subpage_active, {
field = "toggle_snmp_alerts_port_errors",
default = "1",