Adding a new timeseries: how to add number of unrecheable flows client/server per host.

This commit is contained in:
Luca Deri 2019-03-06 10:05:05 +01:00
parent 9d09d2e616
commit 468558ddb4
16 changed files with 77 additions and 14 deletions

View file

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