mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added server/client name and community ID to flow alerts
This commit is contained in:
parent
dc6b47e1ed
commit
e241227342
5 changed files with 46 additions and 22 deletions
|
|
@ -356,6 +356,7 @@ function ts_dump.host_update_stats_rrds(when, hostname, host, ifstats, verbose)
|
|||
num_as_client=host["contacts.as_client"], num_as_server=host["contacts.as_server"]}, when)
|
||||
end
|
||||
|
||||
tprint(host["contacted_hosts_behaviour"])
|
||||
-- Contacted Hosts Behaviour
|
||||
if host["contacted_hosts_behaviour"] then
|
||||
if(host.contacted_hosts_behaviour.hll_value > 0) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue