mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 10:09:13 +00:00
Added DNS flood alert (#5905)
This commit is contained in:
parent
063ff38fbf
commit
71bb0efbc2
14 changed files with 175 additions and 2 deletions
|
|
@ -71,6 +71,7 @@ void HostChecksLoader::registerChecks() {
|
|||
|
||||
#ifdef NTOPNG_PRO
|
||||
if((fcb = new ScoreAnomaly())) registerCheck(fcb);
|
||||
if((fcb = new DNSFlood())) registerCheck(fcb);
|
||||
if((fcb = new FlowAnomaly())) registerCheck(fcb);
|
||||
if((fcb = new HostMACReassociation())) registerCheck(fcb);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue