Added support to importing and exporting snmp data (#8726)

This commit is contained in:
Matteo Biscosi 2024-09-23 18:46:15 +02:00
parent afff1979fa
commit 55a07112b7
9 changed files with 139 additions and 11 deletions

View file

@ -49,25 +49,30 @@ if not ntop.isnEdge() then
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"),
order = 2
order = 3
},
checks = {
key = "checks",
label = i18n("manage_configurations.checks"),
order = 3
order = 4
},
notifications = {
key = "notifications",
label = i18n("manage_configurations.notifications"),
order = 4
order = 5
},
pool = {
key = "pool",
label = i18n("manage_configurations.pool_endpoint_recipients"),
order = 5
order = 6
}
}
else