mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Removed duplicated ts
This commit is contained in:
parent
04a0eaed09
commit
c15fca5630
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ local pro_timeseries = {
|
|||
{ schema = "iface:local_hosts", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.iface_active_local_hosts"), measure_unit = "number", scale = 0, timeseries = { num_hosts = { label = i18n('graphs.metrics_prefixes.num_hosts'),color = timeseries_utils.get_timeseries_color('default') }}, nedge_exclude = true },
|
||||
{ schema = "iface:traffic_rx_behavior_v2", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.iface_traffic_rx_behavior"), measure_unit = "bps", scale = 0, timeseries = { value = { label = i18n('graphs.traffic_rcvd'), color = timeseries_utils.get_timeseries_color('bytes') }, lower_bound = { label = i18n('graphs.lower_bound'), color = timeseries_utils.get_timeseries_color('bytes') }, upper_bound = { label = i18n('graphs.upper_bound'), color = timeseries_utils.get_timeseries_color('bytes') }}, nedge_exclude = true },
|
||||
{ schema = "iface:traffic_tx_behavior_v2", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.iface_traffic_tx_behavior"), measure_unit = "bps", scale = 0, timeseries = { value = { label = i18n('graphs.traffic_sent'), color = timeseries_utils.get_timeseries_color('bytes') }, lower_bound = { label = i18n('graphs.lower_bound'), color = timeseries_utils.get_timeseries_color('bytes') }, upper_bound = { label = i18n('graphs.upper_bound'), color = timeseries_utils.get_timeseries_color('bytes') }}, nedge_exclude = true },
|
||||
{ schema = "iface:score_behavior", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.iface_score_behavior"), measure_unit = "number", scale = 0, timeseries = { value = { label = i18n('graphs.score'), color = timeseries_utils.get_timeseries_color('score') }, lower_bound = { label = i18n('graphs.lower_bound'), color = timeseries_utils.get_timeseries_color('score') }, upper_bound = { label = i18n('graphs.upper_bound'), color = timeseries_utils.get_timeseries_color('score') }}, nedge_exclude = true },
|
||||
{ schema = "iface:behavioural_maps", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.behavioural_maps"), measure_unit = "number", scale = 0, timeseries = { period_map_entries = { label = i18n('graphs.periodicity_map_entries'), color = timeseries_utils.get_timeseries_color('default') }, svc_map_entries = { label = i18n('graphs.service_map_entries'), color = timeseries_utils.get_timeseries_color('default') }}, nedge_exclude = true },
|
||||
{ schema = "host:srv_score_anomalies", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.srv_score_anomalies"), measure_unit = "number", scale = 0, timeseries = { anomaly = { label = i18n('graphs.iface_traffic_anomalies'), color = timeseries_utils.get_timeseries_color('default') }}, nedge_exclude = true },
|
||||
{ schema = "host:cli_score_anomalies", group = i18n("graphs.behavior"), priority = 1, label = i18n("graphs.cli_score_anomalies"), measure_unit = "number", scale = 0, timeseries = { anomaly = { label = i18n('graphs.iface_traffic_anomalies'), color = timeseries_utils.get_timeseries_color('default') }}, nedge_exclude = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue