mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Initial work to add the SQLite plugin and builtin recipient
This commit is contained in:
parent
e1f07e1787
commit
1d4930fc13
14 changed files with 220 additions and 25 deletions
16
scripts/plugins/sqlite_alert_endpoint/manifest.lua
Normal file
16
scripts/plugins/sqlite_alert_endpoint/manifest.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
-- This file contains the plugin metadata information.
|
||||
|
||||
-- NOTE: Plugins are loaded at startup, any change to this plugin
|
||||
-- can be applied by restarting ntopng or by manually reloading the
|
||||
-- plugins from http://127.0.0.1:3000/lua/plugins_overview.lua .
|
||||
|
||||
return {
|
||||
title = "SQLite Alert Endpoint",
|
||||
description = "Handles SQLite alert notifications for the UI",
|
||||
author = "ntop",
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue