There was an error while loading. Please reload this page.
1 parent 2b273cc commit 344ee76Copy full SHA for 344ee76
2 files changed
apps/monitoring/values.yaml
@@ -13,6 +13,17 @@ kube-prometheus-stack:
13
slack_configs:
14
- api_url_file: /etc/alertmanager/secrets/alertmanager-slack-api-url/api-url
15
channel: "#cluster-rke2-notifications"
16
+ send_resolved: true
17
+ text: |
18
+ {{ range .Alerts }}
19
+ {{ .Labels.alertname }} | {{ .Status }}
20
+ {{ range $k, $v := .Labels }} - {{$k}}: {{$v}}
21
+ {{ end }}
22
+ {{ range $k, $v := .Annotations }} - {{$k}}: {{$v}}
23
24
+ *StartsAt:* {{ .StartsAt }}
25
+ *GeneratorURL:* {{ .GeneratorURL }}
26
27
- name: statuscake
28
webhook_configs:
29
- url_file: /etc/alertmanager/secrets/statuscake-webhook-url/url
0 commit comments