mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes wrong function name
This commit is contained in:
parent
a5c0c22876
commit
0838df8154
1 changed files with 3 additions and 1 deletions
|
|
@ -689,7 +689,9 @@ function ts_dump.host_update_categories_rrds(when, hostname, host, ifstats, verb
|
|||
end
|
||||
end
|
||||
|
||||
function ts_dump.host_update_categories_rrds(when, hostname, host, ifstats, verbose)
|
||||
-- ########################################################
|
||||
|
||||
function ts_dump.light_host_update_rrd(when, hostname, host, ifstats, verbose)
|
||||
-- Traffic stats
|
||||
ts_utils.append("host:traffic", {ifid=ifstats.id, host=hostname,
|
||||
bytes_sent=host["bytes.sent"], bytes_rcvd=host["bytes.rcvd"]}, when)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue