Unifies alerted and misbehaving flows on hosts

Fixes #4596
This commit is contained in:
Simone Mainardi 2020-10-19 10:19:19 +02:00
parent 236089d66c
commit a0056ef2b7
24 changed files with 76 additions and 164 deletions

View file

@ -611,11 +611,7 @@ local locally_defined_custom_schemas = {
axis = {1},
tags_ignore = {nil, {user_script=1}},
exclude = {num_calls=1},
}, ["custom:flow_misbehaving_vs_alerted"] = {
bases = {"iface:misbehaving_flows", "iface:alerted_flows"},
types = {"line", "line"},
axis = {1,1},
}
},
}
-- ##############################################