mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Moves plugin description to manifest.lua
This commit is contained in:
parent
5b11db117b
commit
26c7906744
35 changed files with 9 additions and 9 deletions
|
|
@ -1,17 +0,0 @@
|
|||
--
|
||||
-- (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 = "Syslog Alert Endpoint",
|
||||
description = "Provides alerts notifications to Syslog",
|
||||
author = "ntop",
|
||||
version = 1,
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue