mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixed bug that caused RRDs to be much larger than required.
Host activity fixes
This commit is contained in:
parent
54f15aa322
commit
d87d3e0e5b
4 changed files with 62 additions and 53 deletions
|
|
@ -14,10 +14,15 @@ sendHTTPHeader('text/html; charset=iso-8859-1')
|
|||
local res = {}
|
||||
|
||||
local name_map = {
|
||||
{ "Chat", "Chat and Realtime Communications" },
|
||||
{ "RemoteControl", "Remote Access" },
|
||||
{ "MailSend", "Email Send" },
|
||||
{ "Media", "Media and Streaming" },
|
||||
{ "MailSync", "Email Synchronization" },
|
||||
{ "FileTransfer", "File Transfer" }
|
||||
{ "FileTransfer", "File Transfer" },
|
||||
{ "Web", "Web Browsing" },
|
||||
{ "Game", "Online Gaming" },
|
||||
{ "Other", "Other Traffic" }
|
||||
}
|
||||
|
||||
function mapRRDname(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue