Created timeseries for blacklisted hosts

This commit is contained in:
Luca Deri 2021-04-18 15:28:31 +02:00
parent adc00cbdc3
commit 76afff76d1
7 changed files with 43 additions and 11 deletions

View file

@ -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")},