mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implement redis num calls charts
This commit is contained in:
parent
d44dad6f31
commit
58d88d161e
10 changed files with 75 additions and 14 deletions
|
|
@ -205,10 +205,11 @@ function system_scripts.getAdditionalTimeseries(module_filter)
|
|||
if(probe.getTimeseriesMenu ~= nil) then
|
||||
local menu = probe.getTimeseriesMenu(ts_utils) or {}
|
||||
|
||||
--[[
|
||||
table.insert(menu, 1, {
|
||||
separator = 1,
|
||||
label = probe.name or probe_name,
|
||||
})
|
||||
})]]
|
||||
|
||||
additional_ts = table.merge(additional_ts, menu)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue