mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add event exporters charts
This commit is contained in:
parent
8e8fa5dffd
commit
8e546e904d
6 changed files with 7 additions and 5 deletions
|
|
@ -302,7 +302,7 @@ end
|
|||
|
||||
function graphMenuGetActive(schema, params)
|
||||
-- These tags are used to determine the active timeseries entry
|
||||
local match_tags = {ts_schema=1, ts_query=1, protocol=1, category=1, snmp_port_idx=1, l4proto=1}
|
||||
local match_tags = {ts_schema=1, ts_query=1, protocol=1, category=1, snmp_port_idx=1, exporter_ifname=1, l4proto=1}
|
||||
|
||||
for _, entry in pairs(graph_menu_entries) do
|
||||
if entry.schema == schema and entry.params then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue