mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Chart Min and Max RTT for continuous ping
This commit is contained in:
parent
815579c8b8
commit
5a9e1143d8
3 changed files with 42 additions and 5 deletions
|
|
@ -47,3 +47,17 @@ schema:addTag("metric")
|
|||
schema:addMetric("lookup_ms")
|
||||
schema:addMetric("connect_ms")
|
||||
schema:addMetric("other_ms")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("am_host:cicmp_stats_min", {
|
||||
step = 60,
|
||||
metrics_type = ts_utils.metrics.gauge,
|
||||
is_system_schema = true,
|
||||
})
|
||||
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
schema:addTag("metric")
|
||||
schema:addMetric("min_rtt")
|
||||
schema:addMetric("max_rtt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue