Skip to content

Commit

Permalink
Add tuns
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Aug 27, 2024
1 parent 2eb4fe9 commit f9af910
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions monitoring/prometheus/config/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ scrape_configs:
- imgs.sh
- pgs.sh
- feeds.sh
- job_name: tuns
tls_config:
insecure_skip_verify: true
scheme: https
metrics_path: /_sish/metrics
static_configs:
- targets:
- tuns.sh
- job_name: soju
tls_config:
insecure_skip_verify: true
Expand Down Expand Up @@ -99,6 +107,7 @@ scrape_configs:
- imgs.sh
- pgs.sh
- feeds.sh
- tuns.sh
- monitoring.pico.sh
- minio.pico.sh
- chat.pico.sh
Expand All @@ -125,6 +134,7 @@ scrape_configs:
- imgs.sh
- pgs.sh
- feeds.sh
- tuns.sh
- monitoring.pico.sh
- minio.pico.sh
- chat.pico.sh
Expand All @@ -151,6 +161,7 @@ scrape_configs:
- imgs.sh:22
- pgs.sh:22
- feeds.sh:22
- tuns.sh:22
- prose.sh:650
- pastes.sh:650
- imgs.sh:650
Expand Down Expand Up @@ -181,6 +192,7 @@ scrape_configs:
- imgs.sh:22
- pgs.sh:22
- feeds.sh:22
- tuns.sh:22
- prose.sh:650
- pastes.sh:650
- imgs.sh:650
Expand Down Expand Up @@ -251,6 +263,7 @@ scrape_configs:
static_configs:
- targets:
- https://imgs.sh
- https://tuns.sh
- job_name: blackbox_exporter_https_3xx_ip6
metrics_path: "/probe"
params:
Expand All @@ -268,6 +281,7 @@ scrape_configs:
static_configs:
- targets:
- https://imgs.sh
- https://tuns.sh
- job_name: blackbox_exporter_https_4xx
metrics_path: "/probe"
params:
Expand Down Expand Up @@ -325,6 +339,7 @@ scrape_configs:
- http://imgs.sh
- http://pgs.sh
- http://feeds.sh
- http://tuns.sh
- http://monitoring.pico.sh
- http://minio.pico.sh
- http://chat.pico.sh
Expand All @@ -351,6 +366,7 @@ scrape_configs:
- http://imgs.sh
- http://pgs.sh
- http://feeds.sh
- http://tuns.sh
- http://monitoring.pico.sh
- http://minio.pico.sh
- http://chat.pico.sh
Expand Down

0 comments on commit f9af910

Please sign in to comment.