ntopng/scripts/plugins/endpoints/slack_alert_endpoint/locales/en.lua
Alfredo Cardigliano 690da3e3dc Webhook notes
2021-07-22 12:49:50 +02:00

9 lines
490 B
Lua

--
-- (C) 2020 - ntop.org
--
return {
notification_webhook = "Notification Webhook",
sender_username = "Sender Username",
webhook_description = "Instructions:<ul><li>Create a new channel to be used for notifications<li>Create a Slack app from the <a href='https://api.slack.com/apps?new_app=1' target='_blank'>Slack API page</a><li>Activate Incoming Webhooks<li>Add a new Webhook and select the notifications channel<li>Copy the Webhook URL to <b>Notification Webhook</b></ul>"
}