mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add experimental support for 5sec granularity for host timeseries
To enable it (only on *InfluxDB* right now): - uncomment HOST_NUM_TIMESERIES_POINTS in ntop_defines.h - run `redis-cli set ntopng.prefs.30_sec_dump 1` and restart ntopng
This commit is contained in:
parent
413c265ecb
commit
0004e08191
24 changed files with 354 additions and 106 deletions
|
|
@ -140,7 +140,7 @@ l4_keys = {
|
|||
{ "TCP", "tcp", 6 },
|
||||
{ "UDP", "udp", 17 },
|
||||
{ "ICMP", "icmp", 1 },
|
||||
{ "Other IP", "other ip", -1 }
|
||||
{ "Other IP", "other_ip", -1 }
|
||||
}
|
||||
|
||||
function __FILE__() return debug.getinfo(2,'S').source end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue