ntopng/scripts/plugins/syslog_alert_endpoint/plugin.lua
2020-01-08 23:52:51 +01:00

17 lines
449 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 = "Syslog Alert Endpoint",
description = "Provides alerts notifications to Syslog",
author = "ntop",
version = 1,
dependencies = {},
}