Fixes bytes per minute SNMP Serie not added

This commit is contained in:
Matteo Biscosi 2023-12-19 15:57:40 +00:00
parent 97c990c6cb
commit 2df350828f
2 changed files with 2 additions and 1 deletions

View file

@ -755,7 +755,7 @@ schema:addMetric("num_calls")
schema = ts_utils.newSchema("snmp_if:traffic_min", {
step = 60,
rrd_heartbeat = 600,
rrd_fname = "bytes",
rrd_fname = "bytes_per_minute",
is_system_schema = true
})
schema:addTag("ifid")