mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Plugins are a convenient way to group together related lua scripts. Their primary use case is to group user scripts and their alert/status definition. The builtin ntopng user scripts and definitions are now packed into plugins directories. In future, we will support loading of user created plugins. Plugins are loaded at startup into some runtime directories and then used. Other changes provided by this commit include: - Add sample flow logger plugin - Initial support for system user scripts - Rename edge to threshold - Migrate system probes to user scripts/plugins - Migrate scripts to more explicit alerts_api.checkThresholdAlert api
9 lines
127 B
Lua
9 lines
127 B
Lua
--
|
|
-- (C) 2019 - ntop.org
|
|
--
|
|
|
|
return {
|
|
alert_id = 35,
|
|
i18n_title = "alerts_dashboard.external_alert",
|
|
icon = "fa-eye",
|
|
}
|