From 0895ab7187af0f300a163ee3918bb23ceb389e53 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Fri, 13 Dec 2024 10:43:23 -0700 Subject: [PATCH] (antu) add gnocpush --- .../kube-prometheus-stack/overlays/antu/values.yaml | 12 ++++++++++++ fleet/s/ls/c/antu/gnocpush | 1 + 2 files changed, 13 insertions(+) create mode 120000 fleet/s/ls/c/antu/gnocpush diff --git a/fleet/lib/kube-prometheus-stack/overlays/antu/values.yaml b/fleet/lib/kube-prometheus-stack/overlays/antu/values.yaml index 93cdae578..5d2de1beb 100644 --- a/fleet/lib/kube-prometheus-stack/overlays/antu/values.yaml +++ b/fleet/lib/kube-prometheus-stack/overlays/antu/values.yaml @@ -157,8 +157,20 @@ alertmanager: matchers: - prod = "true" continue: true + - receiver: gnocpush + continue: true + repeat_interval: 30s + group_interval: 30s + group_wait: 30s + group_by: + - gnoc + # matchers: + # - gnoc = "true" receivers: - name: blackhole + - name: gnocpush + webhook_configs: + - url: http://gnocpush.gnocpush:8080/alerts - name: squadcast-alertmanager webhook_configs: - url_file: /etc/alertmanager/secrets/alertmanager-webhooks/squadcast-alertmanager diff --git a/fleet/s/ls/c/antu/gnocpush b/fleet/s/ls/c/antu/gnocpush new file mode 120000 index 000000000..a2297d4d6 --- /dev/null +++ b/fleet/s/ls/c/antu/gnocpush @@ -0,0 +1 @@ +../../../../lib/gnocpush \ No newline at end of file