Generalizes name for default alerts endpoint/recipient

Addresses #6076
This commit is contained in:
Simone Mainardi 2021-11-24 17:29:00 +01:00
parent cde66fd370
commit 817c4a20d1
5 changed files with 22 additions and 16 deletions

View file

@ -1,16 +0,0 @@
--
-- (C) 2019-21 - 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 = {},
}