mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Rename active monitoring timeseries
This commit is contained in:
parent
35be58ede9
commit
0968c7b984
9 changed files with 12 additions and 13 deletions
|
|
@ -5,7 +5,7 @@
|
|||
local ts_utils = require "ts_utils_core"
|
||||
local schema
|
||||
|
||||
schema = ts_utils.newSchema("am_host:rtt_min", {
|
||||
schema = ts_utils.newSchema("am_host:value_min", {
|
||||
step = 60,
|
||||
metrics_type = ts_utils.metrics.gauge,
|
||||
aggregation_function = ts_utils.aggregation.max,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue