Webhook notes

This commit is contained in:
Alfredo Cardigliano 2021-07-22 12:49:50 +02:00
parent 43a3227c67
commit 690da3e3dc
4 changed files with 23 additions and 7 deletions

View file

@ -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.",
}