Add interface score

This commit is contained in:
emanuele-f 2020-04-27 18:01:32 +02:00
parent 22b716b4f1
commit c92404757e

View file

@ -1021,6 +1021,7 @@ local default_timeseries = {
{schema="iface:devices", label=i18n("graphs.active_devices")},
{schema="iface:http_hosts", label=i18n("graphs.active_http_servers"), nedge_exclude=1},
{schema="iface:traffic", label=i18n("traffic")},
{schema="iface:score", label=i18n("score"), enterprise_only=true},
{schema="iface:traffic_rxtx", label=i18n("graphs.traffic_txrx"), layout={
["bytes_sent"] = "area",
["bytes_rcvd"] = "line"