mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement host modular alerts config gui
This commit is contained in:
parent
1d9a8951db
commit
98f95fc306
10 changed files with 50 additions and 118 deletions
|
|
@ -437,7 +437,7 @@ function alerts.load_check_modules(subdir)
|
|||
local check_module = require(modname)
|
||||
|
||||
if(check_module.check_function ~= nil) then
|
||||
available_modules[fname] = check_module
|
||||
available_modules[modname] = check_module
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue