mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Adding a new timeseries: how to add number of unrecheable flows client/server per host.
This commit is contained in:
parent
9d09d2e616
commit
468558ddb4
16 changed files with 77 additions and 14 deletions
|
|
@ -182,6 +182,14 @@ schema:addMetric("flows_as_server")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("host:unreachable_flows", {step = 300, rrd_fname = "unreachable_flows"})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
schema:addMetric("flows_as_client")
|
||||
schema:addMetric("flows_as_server")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("host:total_alerts", {step = 300, rrd_fname = "total_alerts"})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue