mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 17:29:13 +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
|
|
@ -61,6 +61,7 @@ void HostChecksLoader::registerChecks() {
|
|||
if((fcb = new DNSTraffic())) registerCheck(fcb);
|
||||
if((fcb = new RemoteConnection())) registerCheck(fcb);
|
||||
if((fcb = new DangerousHost())) registerCheck(fcb);
|
||||
if((fcb = new DomainNamesContacts())) registerCheck(fcb);
|
||||
|
||||
#ifdef NTOPNG_PRO
|
||||
if((fcb = new ScoreAnomaly())) registerCheck(fcb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue