mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Alerts on duplex status change on SNMP interface (#2349)
This commit is contained in:
parent
978996af38
commit
7590f629fe
6 changed files with 35 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue