mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
1222c9a056
commit
e3952dbb48
6 changed files with 30 additions and 9 deletions
|
|
@ -25,6 +25,18 @@ schema:addMetric("num_flows")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:exported_flows", {step=1, rrd_fname="exported_flows"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("num_flows")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:dropped_flows", {step=1, rrd_fname="dropped_flows"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("num_flows")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:drops", {step=1, rrd_fname="drops"})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("packets")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue