mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Re-added snmp import/export
This commit is contained in:
parent
104a65a957
commit
9012da70fe
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ if not ntop.isnEdge() then
|
|||
product = ntop.getInfo()["product"]
|
||||
}),
|
||||
order = 0
|
||||
},
|
||||
snmp = {
|
||||
key = "snmp",
|
||||
label = i18n("manage_configurations.snmp"),
|
||||
order = 1
|
||||
},
|
||||
active_monitoring = {
|
||||
key = "active_monitoring",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue