mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Makes endpoint names self-contained in plugins
This commit is contained in:
parent
b4627ffc08
commit
4a18a3923f
5 changed files with 4 additions and 8 deletions
|
|
@ -6,6 +6,7 @@ require "lua_utils"
|
|||
local json = require "dkjson"
|
||||
|
||||
local webhook = {
|
||||
name = "Webhook",
|
||||
conf_params = {
|
||||
{ param_name = "webhook_url" },
|
||||
{ param_name = "webhook_sharedsecret", optional = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue