mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes bytes per minute SNMP Serie not added
This commit is contained in:
parent
97c990c6cb
commit
2df350828f
2 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue