mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Created timeseries for blacklisted hosts
This commit is contained in:
parent
adc00cbdc3
commit
76afff76d1
7 changed files with 43 additions and 11 deletions
|
|
@ -287,6 +287,14 @@ schema:addMetric("flows_as_server")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("host:num_blacklisted_flows", {step=300, rrd_fname="num_blacklisted_flows"})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
schema:addMetric("flows_as_client")
|
||||
schema:addMetric("flows_as_server")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("host:total_flows", {step=300, rrd_fname="total_flows"})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue