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:
Gaetano Barresi 2021-08-25 11:22:41 +02:00 committed by GitHub
parent a582aa6243
commit f650a3700a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 336 additions and 3 deletions

View file

@ -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);