mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented countries host check (#5713)
* Added check and alert implementation * Fixed size of estimation and some typo * Added HLL counters and DES structure Co-authored-by: Paolo Junior Mollica <p.mollica@studenti.unipi.it> * fixes according comments of PR * decreased memory footprint * resolved conflicts * fixed HostCheckID * Removed wrongly committed file Co-authored-by: paolo-junior-mollica <paolo.junior.mollica@gmail.com> Co-authored-by: Matteo Biscosi <49585191+MatteoBiscosi@users.noreply.github.com>
This commit is contained in:
parent
5df881478d
commit
de27966413
23 changed files with 318 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ local host_alert_keys = {
|
|||
host_alert_host_log = 13,
|
||||
host_alert_dangerous_host = 14,
|
||||
host_alert_ntp_traffic = 15,
|
||||
host_alert_countries_contacts = 16,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue