mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Enable snmp timeseries in nedge enterprise
This commit is contained in:
parent
48d6005e31
commit
81f6d35c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue