mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added checks on remote flow collection
- check clock drift and report it as alert - fix flow time drift
This commit is contained in:
parent
8684916788
commit
3ba1cc622e
8 changed files with 192 additions and 87 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue