mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Added flow devices timeseries and added support to new report page (#8046)
This commit is contained in:
parent
782321c00c
commit
d16242eb2c
7 changed files with 506 additions and 91 deletions
|
|
@ -361,6 +361,17 @@ schema:addMetric("bytes_rcvd")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("flowdev:traffic", {
|
||||
step = 300,
|
||||
rrd_fname = "bytes"
|
||||
})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("device")
|
||||
schema:addMetric("bytes_sent")
|
||||
schema:addMetric("bytes_rcvd")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("flowdev_port:traffic", {
|
||||
step = 300,
|
||||
rrd_fname = "bytes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue