mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Moved timeseries to enterprise L
This commit is contained in:
parent
c117edcef1
commit
955b1172b3
2 changed files with 7 additions and 5 deletions
|
|
@ -381,7 +381,7 @@ end
|
|||
-- ########################################################
|
||||
|
||||
function ts_dump.iface_update_map_stats(when, ifstats, verbose)
|
||||
if((ifstats.periodicity_map ~= nil) and (ifstats.service_map ~= nil)) then
|
||||
if((ifstats.periodicity_map ~= nil) and (ifstats.service_map ~= nil)) and ntop.isEnterpriseL() then
|
||||
ts_utils.append("iface:behavioural_maps", {ifid=ifstats.id, period_map_entries=ifstats.periodicity_map.num_entries, svc_map_entries=ifstats.service_map.num_entries}, when)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue