Skip to content

Commit 7ab4c47

Browse files
update alertmanager endpoints vmalert
1 parent 3821af2 commit 7ab4c47

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

clusters/dqs.dd.soeren.cloud/monitoring/vmalert/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ patches:
1616
- op: add
1717
path: "/spec/template/spec/containers/0/args"
1818
value:
19-
- "-notifier.url=http://alertmanager"
20-
- "-notifier.url=https://monitoring.svc.pt.soeren.cloud/alertmanager/"
21-
- "-notifier.url=https://monitoring.dqs.dd.soeren.cloud/alertmanager/"
19+
- "-notifier.url=http://router.dd.soeren.cloud:9093"
20+
- "-notifier.url=http://router.ez.soeren.cloud:9093"
21+
- "-notifier.url=http://router.pt.soeren.cloud:9093"
2222
- "-datasource.url=https://victoriametrics.rs.soeren.cloud"
2323
- "-external.url=https://monitoring.dqs.dd.soeren.cloud/vmalert/"
2424
- "-rule=/rules/*.rules"

clusters/svc.ez.soeren.cloud/monitoring/vmalert/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ patches:
1616
- op: add
1717
path: "/spec/template/spec/containers/0/args"
1818
value:
19-
- "-notifier.url=http://alertmanager"
20-
- "-notifier.url=https://monitoring.svc.pt.soeren.cloud/alertmanager/"
21-
- "-notifier.url=https://monitoring.dqs.dd.soeren.cloud/alertmanager/"
19+
- "-notifier.url=http://router.dd.soeren.cloud:9093"
20+
- "-notifier.url=http://router.ez.soeren.cloud:9093"
21+
- "-notifier.url=http://router.pt.soeren.cloud:9093"
2222
- "-datasource.url=https://victoriametrics.rs.soeren.cloud"
2323
- "-external.url=https://monitoring.svc.ez.soeren.cloud/vmalert/"
2424
- "-rule=/rules/*.rules"

clusters/svc.pt.soeren.cloud/monitoring/vmalert/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ patches:
1616
- op: add
1717
path: "/spec/template/spec/containers/0/args"
1818
value:
19-
- "-notifier.url=http://alertmanager"
20-
- "-notifier.url=https://monitoring.svc.ez.soeren.cloud/alertmanager/"
21-
- "-notifier.url=https://monitoring.dqs.dd.soeren.cloud/alertmanager/"
19+
- "-notifier.url=http://router.dd.soeren.cloud:9093"
20+
- "-notifier.url=http://router.ez.soeren.cloud:9093"
21+
- "-notifier.url=http://router.pt.soeren.cloud:9093"
2222
- "-datasource.url=https://victoriametrics.rs.soeren.cloud"
2323
- "-external.url=https://monitoring.svc.pt.soeren.cloud/vmalert/"
2424
- "-rule=/rules/*.rules"

0 commit comments

Comments
 (0)