Removed SNMP configuration management for the community edition (#10206)

This commit is contained in:
Manuel Ceroni 2026-03-24 11:18:49 +01:00 committed by GitHub
parent 92de0e637d
commit 3ff8a66813
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 11 deletions

View file

@ -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'] = {