File tree 2 files changed +9
-15
lines changed
roles/prometheus/templates
2 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 10
10
roles :
11
11
- role : postgresql11
12
12
13
-
14
- # etckeeper
15
- # netdata
16
- # firewall
17
-
18
13
# - name: install prometheus-postgres-exporter
19
14
# apt:
20
15
# cache_valid_time: 86400
Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ scrape_configs:
154
154
{% for host in (groups .have_netdata |sort ) %}
155
155
- {{ host }}:9100
156
156
{% endfor %}
157
- - ams-pg.ooni.nu:9100
158
157
159
158
- job_name: 'raw-netdata'
160
159
scrape_interval: 5s
@@ -166,15 +165,15 @@ scrape_configs:
166
165
- targets:
167
166
- ams-pg.ooni.nu:19999
168
167
169
- - job_name: 'raw postgres-exporter'
170
- scrape_interval: 5s
171
- scheme: https
172
- metrics_path: /api/v1/allmetrics
173
- params:
174
- format: [prometheus]
175
- static_configs:
176
- - targets:
177
- - ams-pg.ooni.nu:9187
168
+ # - job_name: 'raw postgres-exporter'
169
+ # scrape_interval: 5s
170
+ # scheme: https
171
+ # metrics_path: /api/v1/allmetrics
172
+ # params:
173
+ # format: [prometheus]
174
+ # static_configs:
175
+ # - targets:
176
+ # - ams-pg.ooni.nu:9187
178
177
179
178
- job_name: 'gorush'
180
179
scrape_interval: 5s
You can’t perform that action at this time.
0 commit comments