Skip to content

Commit

Permalink
fix(slack-alert): Align Slack template for QSEoW alerts with QS Cloud…
Browse files Browse the repository at this point in the history
… ditto

Fixes #1238
  • Loading branch information
Göran Sander committed Sep 27, 2024
1 parent d1ebfaa commit 2769553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/production_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Butler:
enable: false
restMessage:
webhookURL: <web hook URL from Slack> # Webhook to use when sending basic Slack messages via Butler's REST API
reloadTaskFailure:
reloadTaskFailure: # Reload task failed in QSEoW
enable: false
webhookURL: <web hook URL from Slack>
channel: sense-task-failure # Slack channel to which task failure notifications are sent
Expand All @@ -300,10 +300,10 @@ Butler:
rateLimit: 300 # Min seconds between emails for a given taskID. Defaults to 5 minutes.
headScriptLogLines: 10
tailScriptLogLines: 10
templateFile: /path/to/slack/template/directory/failed-reload.handlebars
templateFile: /path/to/slack/template/directory/failed-reload-qseow.handlebars
fromUser: Qlik Sense
iconEmoji: ':ghost:'
reloadTaskAborted:
reloadTaskAborted: # Reload task aborted in QSEoW
enable: false
webhookURL: <web hook URL from Slack>
channel: sense-task-aborted # Slack channel to which task stopped notifications are sent
Expand All @@ -312,7 +312,7 @@ Butler:
rateLimit: 300 # Min seconds between emails for a given taskID. Defaults to 5 minutes.
headScriptLogLines: 10
tailScriptLogLines: 10
templateFile: /path/to/slack/template/directory/aborted-reload.handlebars
templateFile: /path/to/slack/template/directory/aborted-reload-qseow.handlebars
fromUser: Qlik Sense
iconEmoji: ':ghost:'
serviceStopped:
Expand Down

0 comments on commit 2769553

Please sign in to comment.