Skip to content

Commit 8ab1d3b

Browse files
update prometheus scrape targets
1 parent 70be076 commit 8ab1d3b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ scrape_configs:
6565
tls_config: *default_pki_config
6666
dns_sd_configs:
6767
- names: [routers-tls.prom-target.dd.soeren.cloud]
68+
- job_name: rootserver
69+
dns_sd_configs:
70+
- names: [rs.prom-target.soeren.cloud]
71+
- job_name: seedbox
72+
dns_sd_configs:
73+
- names: [ch.prom-target.soeren.cloud]
6874
- job_name: sensors
6975
dns_sd_configs:
7076
- names: [sensors.prom-target.dd.soeren.cloud]
@@ -178,7 +184,9 @@ scrape_configs:
178184
module: [http]
179185
tls_config: *default_pki_config
180186
dns_sd_configs:
181-
- names: [blackbox-https.prom-target.dd.soeren.cloud]
187+
- names:
188+
- blackbox-https.prom-target.dd.soeren.cloud
189+
- blackbox-https.prom-target.soeren.cloud
182190
relabel_configs:
183191
- source_labels: [__address__]
184192
target_label: __param_target

0 commit comments

Comments
 (0)