mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add SNMP interface toggle for QoS MIB polling (#8392)
This commit is contained in:
parent
08d1a5603a
commit
a12edd1d82
2 changed files with 3 additions and 0 deletions
|
|
@ -2293,6 +2293,7 @@ local known_parameters = {
|
|||
["toggle_snmp_debug"] = validateBool,
|
||||
["toggle_snmp_port_admin_status"] = validateBool,
|
||||
["toggle_snmp_alerts_port_duplexstatus_change"] = validateBool,
|
||||
["toggle_snmp_interface_qos_mib_polling"] = validateBool,
|
||||
["toggle_snmp_alerts_port_status_change"] = validateBool,
|
||||
["toggle_snmp_alerts_port_errors"] = validateBool,
|
||||
["snmp_port_load_threshold"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue