Fixes #4416 Implement recipient/endpoint shell script (#4688)

* Fixes #4416 implement shell script endpoint

* removed debugging code

* Removed for windows env
This commit is contained in:
Matteo Biscosi 2020-11-09 16:35:39 +01:00 committed by GitHub
parent a805a0501a
commit cfac78e89e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 275 additions and 0 deletions

View 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 = "Shell Script Alert Endpoint",
description = "Provides shell script execution in case an alerts is triggered",
author = "ntop",
dependencies = {},
}