mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Handles custom n2disk instances within ntopng
This commit is contained in:
parent
9881358bf8
commit
11f4b2fe67
11 changed files with 300 additions and 136 deletions
|
|
@ -27,8 +27,8 @@ else
|
|||
local time_to = tonumber(_POST["epoch_end"])
|
||||
local chart_url = _POST["url"]
|
||||
local timeline_path
|
||||
if recording_utils.isManualServiceActive(ifstats.id) then
|
||||
timeline_path = recording_utils.getManualServiceTimelinePath(ifstats.id)
|
||||
if recording_utils.getCurrentTrafficRecordingProvider(ifstats.id) ~= "ntopng" then
|
||||
timeline_path = recording_utils.getCurrentTrafficRecordingProviderTimelinePath(ifstats.id)
|
||||
end
|
||||
|
||||
local params = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue