mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixed "snmp_if:usage" datatype
This commit is contained in:
parent
2a404f22be
commit
cf443813d0
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
--
|
||||
-- (C) 2019-22 - ntop.org
|
||||
-- (C) 2019-23 - ntop.org
|
||||
--
|
||||
|
||||
local ts_utils = require "ts_utils_core"
|
||||
local schema
|
||||
|
||||
|
|
@ -461,6 +462,7 @@ schema = ts_utils.newSchema("snmp_if:usage", {
|
|||
step = 300,
|
||||
rrd_heartbeat = 3000,
|
||||
rrd_fname = "usage",
|
||||
metrics_type = ts_utils.metrics.gauge,
|
||||
is_system_schema = true
|
||||
})
|
||||
schema:addTag("ifid")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue