Added checks on remote flow collection

- check clock drift and report it as alert
- fix flow time drift
This commit is contained in:
Luca Deri 2020-08-06 18:22:47 +02:00
parent 8684916788
commit 3ba1cc622e
8 changed files with 192 additions and 87 deletions

View file

@ -2363,7 +2363,7 @@ function getFlag(country)
if((country == nil) or (country == "")) then
return("")
else
return("<a href='" .. ntop.getHttpPrefix() .. "/lua/hosts_stats.lua?country=".. country .."'><img src='".. ntop.getHttpPrefix() .. "/img/blank.gif' class='flag flag-".. string.lower(country) .."'></a>")
return(" <a href='" .. ntop.getHttpPrefix() .. "/lua/hosts_stats.lua?country=".. country .."'><img src='".. ntop.getHttpPrefix() .. "/img/blank.gif' class='flag flag-".. string.lower(country) .."'></a> ")
end
end