File tree 3 files changed +1
-14
lines changed
monitoring/prometheus/config
3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ scrape_configs:
37
37
- targets :
38
38
- prose.sh
39
39
- pastes.sh
40
- - lists.sh
41
40
- imgs.sh
42
41
- pgs.sh
43
42
- feeds.sh
@@ -58,7 +57,6 @@ scrape_configs:
58
57
- targets :
59
58
- prose.sh
60
59
- pastes.sh
61
- - lists.sh
62
60
- imgs.sh
63
61
- pgs.sh
64
62
- feeds.sh
@@ -98,7 +96,6 @@ scrape_configs:
98
96
- targets :
99
97
- prose.sh
100
98
- pastes.sh
101
- - lists.sh
102
99
- imgs.sh
103
100
- pgs.sh
104
101
- feeds.sh
@@ -125,7 +122,6 @@ scrape_configs:
125
122
- targets :
126
123
- prose.sh
127
124
- pastes.sh
128
- - lists.sh
129
125
- imgs.sh
130
126
- pgs.sh
131
127
- feeds.sh
@@ -152,13 +148,11 @@ scrape_configs:
152
148
- targets :
153
149
- prose.sh:22
154
150
- pastes.sh:22
155
- - lists.sh:22
156
151
- imgs.sh:22
157
152
- pgs.sh:22
158
153
- feeds.sh:22
159
154
- prose.sh:650
160
155
- pastes.sh:650
161
- - lists.sh:650
162
156
- imgs.sh:650
163
157
- pgs.sh:650
164
158
- feeds.sh:650
@@ -184,13 +178,11 @@ scrape_configs:
184
178
- targets :
185
179
- prose.sh:22
186
180
- pastes.sh:22
187
- - lists.sh:22
188
181
- imgs.sh:22
189
182
- pgs.sh:22
190
183
- feeds.sh:22
191
184
- prose.sh:650
192
185
- pastes.sh:650
193
- - lists.sh:650
194
186
- imgs.sh:650
195
187
- pgs.sh:650
196
188
- feeds.sh:650
@@ -216,7 +208,6 @@ scrape_configs:
216
208
- targets :
217
209
- https://prose.sh
218
210
- https://pastes.sh
219
- - https://lists.sh
220
211
- https://pgs.sh
221
212
- https://feeds.sh
222
213
- https://monitoring.pico.sh
@@ -239,7 +230,6 @@ scrape_configs:
239
230
- targets :
240
231
- https://prose.sh
241
232
- https://pastes.sh
242
- - https://lists.sh
243
233
- https://pgs.sh
244
234
- https://feeds.sh
245
235
- https://monitoring.pico.sh
@@ -332,7 +322,6 @@ scrape_configs:
332
322
- targets :
333
323
- http://prose.sh
334
324
- http://pastes.sh
335
- - http://lists.sh
336
325
- http://imgs.sh
337
326
- http://pgs.sh
338
327
- http://feeds.sh
@@ -359,7 +348,6 @@ scrape_configs:
359
348
- targets :
360
349
- http://prose.sh
361
350
- http://pastes.sh
362
- - http://lists.sh
363
351
- http://imgs.sh
364
352
- http://pgs.sh
365
353
- http://feeds.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- FILTER=${1:- prose|lists| pastes|imgs}
3
+ FILTER=${1:- prose|pastes|imgs}
4
4
5
5
function _exit {
6
6
kill $( jobs -p)
Original file line number Diff line number Diff line change 3
3
CMD=${1:- up -d}
4
4
5
5
cd prose && docker compose $CMD
6
- cd ../lists && docker compose $CMD
7
6
cd ../pastes && docker compose $CMD
8
7
cd ../imgs && docker compose $CMD
9
8
cd ../feeds && docker compose $CMD
You can’t perform that action at this time.
0 commit comments