Skip to content

Commit 2eb4fe9

Browse files
authored
Merge pull request #3 from picosh/chore-rm-lists
chore: rm lists.sh
2 parents 913f235 + 9e2fd5b commit 2eb4fe9

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

monitoring/prometheus/config/prometheus.yml

-12
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ scrape_configs:
3737
- targets:
3838
- prose.sh
3939
- pastes.sh
40-
- lists.sh
4140
- imgs.sh
4241
- pgs.sh
4342
- feeds.sh
@@ -58,7 +57,6 @@ scrape_configs:
5857
- targets:
5958
- prose.sh
6059
- pastes.sh
61-
- lists.sh
6260
- imgs.sh
6361
- pgs.sh
6462
- feeds.sh
@@ -98,7 +96,6 @@ scrape_configs:
9896
- targets:
9997
- prose.sh
10098
- pastes.sh
101-
- lists.sh
10299
- imgs.sh
103100
- pgs.sh
104101
- feeds.sh
@@ -125,7 +122,6 @@ scrape_configs:
125122
- targets:
126123
- prose.sh
127124
- pastes.sh
128-
- lists.sh
129125
- imgs.sh
130126
- pgs.sh
131127
- feeds.sh
@@ -152,13 +148,11 @@ scrape_configs:
152148
- targets:
153149
- prose.sh:22
154150
- pastes.sh:22
155-
- lists.sh:22
156151
- imgs.sh:22
157152
- pgs.sh:22
158153
- feeds.sh:22
159154
- prose.sh:650
160155
- pastes.sh:650
161-
- lists.sh:650
162156
- imgs.sh:650
163157
- pgs.sh:650
164158
- feeds.sh:650
@@ -184,13 +178,11 @@ scrape_configs:
184178
- targets:
185179
- prose.sh:22
186180
- pastes.sh:22
187-
- lists.sh:22
188181
- imgs.sh:22
189182
- pgs.sh:22
190183
- feeds.sh:22
191184
- prose.sh:650
192185
- pastes.sh:650
193-
- lists.sh:650
194186
- imgs.sh:650
195187
- pgs.sh:650
196188
- feeds.sh:650
@@ -216,7 +208,6 @@ scrape_configs:
216208
- targets:
217209
- https://prose.sh
218210
- https://pastes.sh
219-
- https://lists.sh
220211
- https://pgs.sh
221212
- https://feeds.sh
222213
- https://monitoring.pico.sh
@@ -239,7 +230,6 @@ scrape_configs:
239230
- targets:
240231
- https://prose.sh
241232
- https://pastes.sh
242-
- https://lists.sh
243233
- https://pgs.sh
244234
- https://feeds.sh
245235
- https://monitoring.pico.sh
@@ -332,7 +322,6 @@ scrape_configs:
332322
- targets:
333323
- http://prose.sh
334324
- http://pastes.sh
335-
- http://lists.sh
336325
- http://imgs.sh
337326
- http://pgs.sh
338327
- http://feeds.sh
@@ -359,7 +348,6 @@ scrape_configs:
359348
- targets:
360349
- http://prose.sh
361350
- http://pastes.sh
362-
- http://lists.sh
363351
- http://imgs.sh
364352
- http://pgs.sh
365353
- http://feeds.sh

scripts/logs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
FILTER=${1:-prose|lists|pastes|imgs}
3+
FILTER=${1:-prose|pastes|imgs}
44

55
function _exit {
66
kill $(jobs -p)

scripts/start.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
CMD=${1:-up -d}
44

55
cd prose && docker compose $CMD
6-
cd ../lists && docker compose $CMD
76
cd ../pastes && docker compose $CMD
87
cd ../imgs && docker compose $CMD
98
cd ../feeds && docker compose $CMD

0 commit comments

Comments
 (0)