Add support for external (REST) host alerts (#7170)

This commit is contained in:
Alfredo Cardigliano 2023-01-26 15:34:54 +01:00
parent 7ce510a914
commit 73af3fa521
17 changed files with 523 additions and 1 deletions

View file

@ -52,6 +52,7 @@ void HostChecksLoader::registerChecks() {
if((fcb = new CountriesContacts())) registerCheck(fcb);
if((fcb = new CustomHostLuaScript())) registerCheck(fcb);
if((fcb = new ExternalHostScript())) registerCheck(fcb);
if((fcb = new FlowFlood())) registerCheck(fcb);
if((fcb = new SYNScan())) registerCheck(fcb);
if((fcb = new SYNFlood())) registerCheck(fcb);