mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Created timeseries for blacklisted hosts
This commit is contained in:
parent
adc00cbdc3
commit
76afff76d1
7 changed files with 43 additions and 11 deletions
|
|
@ -2162,6 +2162,7 @@ graph_utils.drawGraphs(ifId, schema, tags, _GET["zoom"], url, selected_epoch, {
|
|||
{schema="host:score", label=i18n("score"), enterprise_only=true, metrics_labels = { i18n("graphs.cli_score"), i18n("graphs.srv_score")}},
|
||||
{schema="host:active_flows", label=i18n("graphs.active_flows")},
|
||||
{schema="host:total_flows", label=i18n("db_explorer.total_flows")},
|
||||
{schema="host:num_blacklisted_flows", label=i18n("graphs.num_blacklisted_flows")},
|
||||
{schema="host:alerted_flows", label=i18n("graphs.total_alerted_flows")},
|
||||
{schema="host:unreachable_flows", label=i18n("graphs.total_unreachable_flows")},
|
||||
{schema="host:contacts", label=i18n("graphs.active_host_contacts")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue