File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
clusters/dqs.dd.soeren.cloud/monitoring/prometheus Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ scrape_configs:
65
65
tls_config : *default_pki_config
66
66
dns_sd_configs :
67
67
- 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]
68
74
- job_name : sensors
69
75
dns_sd_configs :
70
76
- names : [sensors.prom-target.dd.soeren.cloud]
@@ -178,7 +184,9 @@ scrape_configs:
178
184
module : [http]
179
185
tls_config : *default_pki_config
180
186
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
182
190
relabel_configs :
183
191
- source_labels : [__address__]
184
192
target_label : __param_target
You can’t perform that action at this time.
0 commit comments