drop unused prom scrape
This commit is contained in:
parent
933453ce34
commit
2c282a84e0
1 changed files with 0 additions and 45 deletions
|
@ -118,51 +118,6 @@
|
||||||
scheme: https
|
scheme: https
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [git.janky.solutions]
|
- targets: [git.janky.solutions]
|
||||||
- job_name: 'blackbox-icmp'
|
|
||||||
metrics_path: /probe
|
|
||||||
params:
|
|
||||||
module: [icmp] # Send ICMP pings
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- openwrt
|
|
||||||
- 10.5.2.4 # zoe via wireguard
|
|
||||||
- 10.5.2.5 # plur-police via wireguard
|
|
||||||
- 8.8.8.8
|
|
||||||
- 8.8.4.4
|
|
||||||
- ns380201.janky.solutions
|
|
||||||
- ns328891.janky.solutions
|
|
||||||
- dan.home.callpipe.com
|
|
||||||
- 18.236.0.0 # aws us-west-2 test IP (http://ec2-reachability.amazonaws.com/)
|
|
||||||
- docker-1.janky.cloud
|
|
||||||
- taint
|
|
||||||
relabel_configs:
|
|
||||||
- source_labels: [__address__]
|
|
||||||
target_label: __param_target
|
|
||||||
- source_labels: [__param_target]
|
|
||||||
target_label: instance
|
|
||||||
- target_label: __address__
|
|
||||||
replacement: 127.0.0.1:9115
|
|
||||||
- job_name: 'blackbox-http'
|
|
||||||
metrics_path: /probe
|
|
||||||
params:
|
|
||||||
module: [http_2xx] # Look for a HTTP 200 response
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- https://finn.io
|
|
||||||
- https://janky.solutions
|
|
||||||
- https://social.seattle.wa.us
|
|
||||||
- https://media.social.seattle.wa.us/liveness
|
|
||||||
- https://ha.herzfeld.casa
|
|
||||||
- https://grocy.herzfeld.casa
|
|
||||||
- https://janky.cloud
|
|
||||||
- https://bw.janky.cloud
|
|
||||||
relabel_configs:
|
|
||||||
- source_labels: [__address__]
|
|
||||||
target_label: __param_target
|
|
||||||
- source_labels: [__param_target]
|
|
||||||
target_label: instance
|
|
||||||
- target_label: __address__
|
|
||||||
replacement: 127.0.0.1:9115
|
|
||||||
- job_name: speedtest
|
- job_name: speedtest
|
||||||
scrape_interval: 30m
|
scrape_interval: 30m
|
||||||
scrape_timeout: 1m
|
scrape_timeout: 1m
|
||||||
|
|
Loading…
Reference in a new issue