mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added snmp exporter polling (#9891)
This commit is contained in:
parent
f9a3697ac6
commit
c375e5d478
6 changed files with 33 additions and 1 deletions
|
|
@ -548,6 +548,10 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.toggle_snmp_rrds_title"),
|
||||
description = i18n("prefs.toggle_snmp_rrds_description")
|
||||
},
|
||||
snmp_devices_exporters_rrds_resolution = {
|
||||
title = i18n("prefs.snmp_devices_exporters_rrds_resolution_title"),
|
||||
description = i18n("prefs.snmp_devices_exporters_rrds_resolution_description")
|
||||
},
|
||||
toggle_snmp_polling = {
|
||||
title = i18n("prefs.toggle_snmp_polling_title"),
|
||||
description = i18n("prefs.toggle_snmp_polling_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue