mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix InfluxDB incorrect timestamp while performing queries
This commit is contained in:
parent
b552d48034
commit
82305dd24a
7 changed files with 40 additions and 14 deletions
|
|
@ -16,6 +16,7 @@ local replacement_tag = "some_other_tag"
|
|||
local prefixes_to_skip = {
|
||||
test = true,
|
||||
mac = true, -- Collides with host, but a MAC address is different from an IP address
|
||||
influxdb = true,
|
||||
}
|
||||
|
||||
local suffixes_to_skip = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue