mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Reworks active monitoring plugin structure
This commit is contained in:
parent
5317445eda
commit
705807ad9d
44 changed files with 251 additions and 336 deletions
|
|
@ -9,7 +9,7 @@ require "lua_utils"
|
|||
|
||||
local snmp_import_export = require "snmp_import_export"
|
||||
local plugins_utils = require("plugins_utils")
|
||||
local am_import_export = plugins_utils.loadModule("active_monitoring", "am_import_export")
|
||||
local am_import_export = require "am_import_export"
|
||||
local notifications_import_export = require "notifications_import_export"
|
||||
local checks_import_export = require "checks_import_export"
|
||||
local pool_import_export = require "pool_import_export"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue