mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added contacts behaviour rrd timeseries
This commit is contained in:
parent
82e1e37bbe
commit
56a3cb9875
2 changed files with 5 additions and 6 deletions
|
|
@ -420,10 +420,8 @@ 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:addMetric("value")
|
||||
schema:addMetric("prediction")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue