Fix interface RRD overlap between mining category and application

Interface categories are now placed under the ndpi_categories rrd subfolder. Existing data is migrated.
This commit is contained in:
emanuele-f 2019-05-16 00:13:43 +02:00
parent ace94bd786
commit 3e612869a5
5 changed files with 44 additions and 12 deletions

View file

@ -18,8 +18,7 @@ local prefixes_to_skip = {
}
local suffixes_to_skip = {
ndpi_categories = true, -- Collides with nDPI protocol, but we assume that they hold different values
l4protos = true, -- Collides with nDPI protocol, but we assume that they hold different values
l4protos = true, -- Currently no overlap happens. "icmp" is the l4 protocol, "ICMP" is the l7 application
}
-- ##############################################