Skip to content

Commit f9af910

Browse files
committed
Add tuns
1 parent 2eb4fe9 commit f9af910

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

monitoring/prometheus/config/prometheus.yml

+16
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ scrape_configs:
4040
- imgs.sh
4141
- pgs.sh
4242
- 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
4351
- job_name: soju
4452
tls_config:
4553
insecure_skip_verify: true
@@ -99,6 +107,7 @@ scrape_configs:
99107
- imgs.sh
100108
- pgs.sh
101109
- feeds.sh
110+
- tuns.sh
102111
- monitoring.pico.sh
103112
- minio.pico.sh
104113
- chat.pico.sh
@@ -125,6 +134,7 @@ scrape_configs:
125134
- imgs.sh
126135
- pgs.sh
127136
- feeds.sh
137+
- tuns.sh
128138
- monitoring.pico.sh
129139
- minio.pico.sh
130140
- chat.pico.sh
@@ -151,6 +161,7 @@ scrape_configs:
151161
- imgs.sh:22
152162
- pgs.sh:22
153163
- feeds.sh:22
164+
- tuns.sh:22
154165
- prose.sh:650
155166
- pastes.sh:650
156167
- imgs.sh:650
@@ -181,6 +192,7 @@ scrape_configs:
181192
- imgs.sh:22
182193
- pgs.sh:22
183194
- feeds.sh:22
195+
- tuns.sh:22
184196
- prose.sh:650
185197
- pastes.sh:650
186198
- imgs.sh:650
@@ -251,6 +263,7 @@ scrape_configs:
251263
static_configs:
252264
- targets:
253265
- https://imgs.sh
266+
- https://tuns.sh
254267
- job_name: blackbox_exporter_https_3xx_ip6
255268
metrics_path: "/probe"
256269
params:
@@ -268,6 +281,7 @@ scrape_configs:
268281
static_configs:
269282
- targets:
270283
- https://imgs.sh
284+
- https://tuns.sh
271285
- job_name: blackbox_exporter_https_4xx
272286
metrics_path: "/probe"
273287
params:
@@ -325,6 +339,7 @@ scrape_configs:
325339
- http://imgs.sh
326340
- http://pgs.sh
327341
- http://feeds.sh
342+
- http://tuns.sh
328343
- http://monitoring.pico.sh
329344
- http://minio.pico.sh
330345
- http://chat.pico.sh
@@ -351,6 +366,7 @@ scrape_configs:
351366
- http://imgs.sh
352367
- http://pgs.sh
353368
- http://feeds.sh
369+
- http://tuns.sh
354370
- http://monitoring.pico.sh
355371
- http://minio.pico.sh
356372
- http://chat.pico.sh

0 commit comments

Comments
 (0)