Created timeseries for blacklisted hosts

This commit is contained in:
Luca Deri 2021-04-18 15:28:31 +02:00
parent adc00cbdc3
commit 76afff76d1
7 changed files with 43 additions and 11 deletions

View file

@ -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")