mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Shows interface score compared with number of hosts and flows
This commit is contained in:
parent
d3566ba568
commit
2244d7a67a
3 changed files with 7 additions and 0 deletions
|
|
@ -622,6 +622,11 @@ local locally_defined_custom_schemas = {
|
|||
axis = {1,2,2},
|
||||
exclude = {virtual_bytes=1},
|
||||
tags_override = {{ifid=getSystemInterfaceId()},},
|
||||
}, ["custom:score_vs_flows_hosts"] = {
|
||||
bases = {"iface:score", "iface:flows", "iface:hosts"},
|
||||
types = {"line", "bar", "bar"},
|
||||
axis = {1,2,2},
|
||||
exclude = {virtual_bytes=1},
|
||||
}, ["custom:snmp_traffic_vs_errors"] = {
|
||||
bases = {"snmp_if:traffic", "snmp_if:errors"},
|
||||
types = {"line", "bar"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue