mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
12 lines
431 B
Lua
12 lines
431 B
Lua
--
|
|
-- (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.",
|
|
}
|
|
|