Skip to content

Commit

Permalink
Add SNMP interface toggle for QoS MIB polling (#8392)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoMaio committed May 15, 2024
1 parent 08d1a56 commit a12edd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6852,6 +6852,8 @@ local lang = {
["toggle_snmp_polling_title"] = "SNMP Polling",
["toggle_snmp_port_admin_status_description"] = "Toggle interface admin status. Toggle is immediate but actual status shown is refreshed during the next poll.",
["toggle_snmp_port_admin_status_title"] = "Interface Admin Status",
["toggle_snmp_port_qos_mib_polling_description"] = "Toggle the QoS MIB Polling of a device interface.",
["toggle_snmp_port_qos_mib_polling_title"] = "Interface QoS MIB Polling",
["toggle_snmp_rrds_description"] = "Toggle the creation of bytes timeseries for each port of the SNMP devices. For each device port will be created a timeseries with ingress/egress bytes.",
["toggle_snmp_rrds_title"] = "SNMP Devices Timeseries",
["toggle_src_with_post_nat_src_description"] = "Replace IPv4 source addresses (%%IPV4_SRC_ADDR) and ports (%%L4_SRC_PORT) with their post-nat values (%%POST_NAT_SRC_IPV4_ADDR and %%POST_NAT_SRC_TRANSPORT_PORT).",
Expand Down
1 change: 1 addition & 0 deletions scripts/lua/modules/http_lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a12edd1

Please sign in to comment.