mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Domain Names host check (#5723)
* Adding/modifying .cpp for Domain Names host check * Adding/modifying .h/.lua for Domain Names host check * minor synstax fix * dns_contacts Co-authored-by: Stefano Russo <55586218+D0kken@users.noreply.github.com> Co-authored-by: Stefano Russo <s.russo41@studenti.unipi.it>
This commit is contained in:
parent
a582aa6243
commit
f650a3700a
19 changed files with 336 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ local host_alert_keys = {
|
|||
host_alert_flow_flood = 4,
|
||||
host_alert_syn_scan = 5,
|
||||
host_alert_syn_flood = 6,
|
||||
host_alert_available_01 = 7, -- Available, can be used
|
||||
host_alert_domain_names_contacts = 7,
|
||||
host_alert_p2p_traffic = 8,
|
||||
host_alert_dns_traffic = 9,
|
||||
host_alert_flows_anomaly = 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue