Implements historical RRDs for traffic categories

Traffic categorization can be optionally saved to RRDs
on a per-host basis.
This commit is contained in:
Simone Mainardi 2016-01-04 19:18:22 +01:00
parent 7f2cb08cae
commit 06ef8d21ab
3 changed files with 92 additions and 19 deletions

View file

@ -704,7 +704,7 @@ end
-- NOTE keep in sync with Flashstart::initMapping()
local host_categories = {
host_categories = {
["freetime"] = "Free Time",
["chat"] = "Chat",
["onlineauctions"] = "Auctions",