We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
msteams
1 parent 261941b commit d31858bCopy full SHA for d31858b
etc/kayobe/kolla/config/prometheus/prometheus-alertmanager.msteamsv2.yml.example
@@ -18,11 +18,11 @@ route:
18
receivers:
19
- name: 'msteamsv2-notifications'
20
msteamsv2_configs:
21
- - webhook_url: '{{ secrets_msteams_notification_channel_url }}'
+ - webhook_url: '{{ secrets_msteams_notification_channel_url | default('https://prod-01.westeurope.logic.azure.com/workflows/') }}'
22
send_resolved: true
23
- name: 'msteamsv2-critical-notifications'
24
25
- - webhook_url: '{{ secrets_msteams_notification_critical_channel_url }}'
+ - webhook_url: '{{ secrets_msteams_notification_critical_channel_url | default('https://prod-01.westeurope.logic.azure.com/workflows/') }}'
26
27
28
templates:
0 commit comments