Implements Local Host behaviour analysis and it's alert

Alert in case the host has an unexpected behaviour
This commit is contained in:
Matteo Biscosi 2021-02-25 12:01:54 +01:00
parent 7a1a9be9af
commit dbfdec34fe
14 changed files with 226 additions and 37 deletions

View file

@ -417,6 +417,16 @@ schema:addMetric("num_as_server")
-- ##############################################
schema = ts_utils.newSchema("host:contacts_behaviour", {step=300, metrics_type=ts_utils.metrics.gauge})
schema:addTag("ifid")
schema:addTag("host")
schema:addMetric("hll_value")
schema:addMetric("hw_prediction")
schema:addMetric("hw_upper_bound")
schema:addMetric("hw_lower_bound")
-- ##############################################
schema = ts_utils.newSchema("host:l4protos", {step=300})
schema:addTag("ifid")
schema:addTag("host")