mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
15 lines
279 B
Lua
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"
|
|
},
|
|
}
|
|
|