File tree 1 file changed +16
-0
lines changed
monitoring/prometheus/config
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ scrape_configs:
40
40
- imgs.sh
41
41
- pgs.sh
42
42
- feeds.sh
43
+ - job_name : tuns
44
+ tls_config :
45
+ insecure_skip_verify : true
46
+ scheme : https
47
+ metrics_path : /_sish/metrics
48
+ static_configs :
49
+ - targets :
50
+ - tuns.sh
43
51
- job_name : soju
44
52
tls_config :
45
53
insecure_skip_verify : true
@@ -99,6 +107,7 @@ scrape_configs:
99
107
- imgs.sh
100
108
- pgs.sh
101
109
- feeds.sh
110
+ - tuns.sh
102
111
- monitoring.pico.sh
103
112
- minio.pico.sh
104
113
- chat.pico.sh
@@ -125,6 +134,7 @@ scrape_configs:
125
134
- imgs.sh
126
135
- pgs.sh
127
136
- feeds.sh
137
+ - tuns.sh
128
138
- monitoring.pico.sh
129
139
- minio.pico.sh
130
140
- chat.pico.sh
@@ -151,6 +161,7 @@ scrape_configs:
151
161
- imgs.sh:22
152
162
- pgs.sh:22
153
163
- feeds.sh:22
164
+ - tuns.sh:22
154
165
- prose.sh:650
155
166
- pastes.sh:650
156
167
- imgs.sh:650
@@ -181,6 +192,7 @@ scrape_configs:
181
192
- imgs.sh:22
182
193
- pgs.sh:22
183
194
- feeds.sh:22
195
+ - tuns.sh:22
184
196
- prose.sh:650
185
197
- pastes.sh:650
186
198
- imgs.sh:650
@@ -251,6 +263,7 @@ scrape_configs:
251
263
static_configs :
252
264
- targets :
253
265
- https://imgs.sh
266
+ - https://tuns.sh
254
267
- job_name : blackbox_exporter_https_3xx_ip6
255
268
metrics_path : " /probe"
256
269
params :
@@ -268,6 +281,7 @@ scrape_configs:
268
281
static_configs :
269
282
- targets :
270
283
- https://imgs.sh
284
+ - https://tuns.sh
271
285
- job_name : blackbox_exporter_https_4xx
272
286
metrics_path : " /probe"
273
287
params :
@@ -325,6 +339,7 @@ scrape_configs:
325
339
- http://imgs.sh
326
340
- http://pgs.sh
327
341
- http://feeds.sh
342
+ - http://tuns.sh
328
343
- http://monitoring.pico.sh
329
344
- http://minio.pico.sh
330
345
- http://chat.pico.sh
@@ -351,6 +366,7 @@ scrape_configs:
351
366
- http://imgs.sh
352
367
- http://pgs.sh
353
368
- http://feeds.sh
369
+ - http://tuns.sh
354
370
- http://monitoring.pico.sh
355
371
- http://minio.pico.sh
356
372
- http://chat.pico.sh
You can’t perform that action at this time.
0 commit comments