Enable snmp timeseries in nedge enterprise

This commit is contained in:
Alfredo Cardigliano 2023-04-21 15:51:59 +02:00
parent 48d6005e31
commit 81f6d35c7c

View file

@ -480,7 +480,7 @@ function ts_dump.getConfig()
config.flow_devices_rrd_creation = "0"
end
if(tostring(config.snmp_devices_rrd_creation) == "1" and ntop.isEnterpriseM() == false) then
if(tostring(config.snmp_devices_rrd_creation) == "1" and not (ntop.isEnterpriseM() or ntop.isnEdgeEnterprise())) then
config.snmp_devices_rrd_creation = "0"
end