Added Telegram plugin (#4269)

This commit is contained in:
Matteo Biscosi 2020-10-30 17:27:32 +01:00 committed by GitHub
parent b1d58bc315
commit 5c6367e7bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 261 additions and 0 deletions

View file

@ -0,0 +1,16 @@
--
-- (C) 2020 - 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 = "Telegram Alert Endpoint",
description = "Provides alerts notifications to telegram",
author = "ntop",
dependencies = {},
}