mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removes experimental code for timeseries delta
This commit is contained in:
parent
9f21afddbb
commit
981f7a0572
5 changed files with 1 additions and 60 deletions
|
|
@ -41,16 +41,6 @@ end
|
|||
|
||||
-- ###########################################
|
||||
|
||||
function scripts_triggers.isDeltaSet()
|
||||
if (ntop.getPref("ntopng.prefs.enable_ts_deltas_writes") == "1") then
|
||||
return true
|
||||
end
|
||||
|
||||
return false
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
||||
function scripts_triggers.isRecordingAvailable()
|
||||
local is_available_key = "ntopng.cache.traffic_recording_available"
|
||||
if(ntop.isAdministrator() and (ntop.getCache(is_available_key) == "1")) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue