Skip to content

Commit a11f5a2

Browse files
update monitoring config
1 parent 8d5145b commit a11f5a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clusters/svc.dd.soeren.cloud/monitoring/prometheus/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ components:
1010
- ../../../../apps/monitoring/prometheus/components/rbac
1111
- ../../../../apps/monitoring/prometheus/components/reverse-proxy
1212
- ../../../../apps/monitoring/prometheus/components/tls-client-cert
13+
- ../../../../apps/monitoring/prometheus/components/tokens
1314
configMapGenerator:
1415
- name: monitoring-prometheus-config
1516
files:

clusters/svc.dd.soeren.cloud/monitoring/prometheus/prometheus-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ alerting:
1111
alertmanagers:
1212
- scheme: http
1313
static_configs:
14-
- targets: [alertmanager]
14+
- targets: [router.dd.soeren.cloud:9093, router.ez.soeren.cloud:9093, router.pt.soeren.cloud:9093]
1515
remote_write:
1616
- url: https://victoriametrics.rs.soeren.cloud/api/v1/write
1717
scrape_configs:

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +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.svc.pt.soeren.cloud/alertmanager/"
22-
- "-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"
2322
- "-datasource.url=https://victoriametrics.rs.soeren.cloud"
2423
- "-external.url=https://monitoring.svc.dd.soeren.cloud/vmalert/"
2524
- "-rule=/rules/*.rules"

0 commit comments

Comments
 (0)