ntopng/scripts/plugins/notification_endpoints/manifest.lua
2020-04-29 19:46:53 +02:00

15 lines
279 B
Lua

--
-- (C) 2019-20 - ntop.org
--
return {
title = "Notification Endpoints",
description = "Facilities to send notification towards external endpoints",
author = "ntop",
dependencies = {},
data_dirs = {
-- List of plugin specific directories
"endpoints"
},
}