mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 18:33:24 +00:00
Add support for external (REST) host alerts (#7170)
This commit is contained in:
parent
7ce510a914
commit
73af3fa521
17 changed files with 523 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue