mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Implements Local Host behaviour analysis and it's alert
Alert in case the host has an unexpected behaviour
This commit is contained in:
parent
7a1a9be9af
commit
dbfdec34fe
14 changed files with 226 additions and 37 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue