mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
195e5806eb
commit
f12934ef9e
17 changed files with 656 additions and 42 deletions
|
|
@ -1057,7 +1057,12 @@ local default_timeseries = {
|
|||
{schema="iface:score", label=i18n("score"), metrics_labels = { i18n("graphs.cli_score"), i18n("graphs.srv_score")}},
|
||||
{schema="iface:traffic_rxtx", label=i18n("graphs.traffic_rxtx"), layout={ ["bytes_sent"] = "area", ["bytes_rcvd"] = "line" } },
|
||||
{schema="iface:hosts_anomalies", label=i18n("graphs.hosts_anomalies"), layout={ ["num_local_hosts_anomalies"] = "area", ["num_remote_hosts_anomalies"] = "area" }, metrics_labels = { i18n("graphs.loc_host_anomalies"), i18n("graphs.rem_host_anomalies")} },
|
||||
|
||||
{schema="iface:score_anomalies", label=i18n("graphs.iface_score_anomalies"), pro_only=1},
|
||||
{schema="iface:score_behavior", label=i18n("graphs.iface_score_behavior"), pro_only=1},
|
||||
{schema="iface:score_anomalies", label=i18n("graphs.iface_score_anomalies"), pro_only=1},
|
||||
{schema="iface:traffic_anomalies", label=i18n("graphs.iface_traffic_anomalies"), pro_only=1},
|
||||
{schema="iface:traffic_rx_behavior", label=i18n("graphs.iface_traffic_rx_behavior"), pro_only=1},
|
||||
{schema="iface:traffic_tx_behavior", label=i18n("graphs.iface_traffic_tx_behavior"), pro_only=1},
|
||||
{schema="iface:packets_vs_drops", label=i18n("graphs.packets_vs_drops")},
|
||||
{schema="iface:nfq_pct", label=i18n("graphs.num_nfq_pct"), nedge_only=1},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue