mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Webhook notes
This commit is contained in:
parent
43a3227c67
commit
690da3e3dc
4 changed files with 23 additions and 7 deletions
|
|
@ -0,0 +1,12 @@
|
|||
--
|
||||
-- (C) 2020 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
password = "Password",
|
||||
shared_secret = "Shared Secret",
|
||||
url = "URL",
|
||||
username = "Username",
|
||||
webhook_description = "Instructions:<ul><li>Alerts information are delivered to the configured URL in JSON format using POST requests.<li>The Shared Secret, when configured, is included in all JSON messages.<li>Username and Password (optional) use HTTP Basic authentication.",
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue