mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Removed SNMP configuration management for the community edition (#10206)
This commit is contained in:
parent
92de0e637d
commit
3ff8a66813
2 changed files with 18 additions and 11 deletions
|
|
@ -44,16 +44,6 @@ if not ntop.isnEdge() then
|
|||
}),
|
||||
order = 0
|
||||
},
|
||||
snmp = {
|
||||
key = "snmp",
|
||||
label = i18n("manage_configurations.snmp"),
|
||||
order = 1
|
||||
},
|
||||
snmp_data = {
|
||||
key = "snmp_data",
|
||||
label = i18n("manage_configurations.snmp_data"),
|
||||
order = 2
|
||||
},
|
||||
active_monitoring = {
|
||||
key = "active_monitoring",
|
||||
label = i18n("manage_configurations.active_monitoring_vs"),
|
||||
|
|
@ -92,6 +82,20 @@ else
|
|||
}
|
||||
end
|
||||
|
||||
|
||||
if ntop.isPro() or ntop.isnEdge() then
|
||||
configuration_items['snmp'] = {
|
||||
key = "snmp",
|
||||
label = i18n("manage_configurations.snmp"),
|
||||
order = 1
|
||||
}
|
||||
configuration_items['snmp_data'] = {
|
||||
key = "snmp_data",
|
||||
label = i18n("manage_configurations.snmp_data"),
|
||||
order = 2
|
||||
}
|
||||
end
|
||||
|
||||
-- the infrastructure dashboard is available only in the Enterprise L
|
||||
if ntop.isEnterpriseL() then
|
||||
configuration_items['infrastructure'] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue