mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
16 lines
438 B
Lua
16 lines
438 B
Lua
--
|
|
-- (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 = "Webhook Alert Endpoint",
|
|
description = "Provides alerts notifications via webhooks",
|
|
author = "ntop",
|
|
dependencies = {},
|
|
}
|