v-m/scrape: Remove websites job
Websites are being scraped by the `vmagent` on the OVH VPS.pull/48/head
parent
79995801e2
commit
11a0f84db7
|
@ -43,34 +43,6 @@ scrape_configs:
|
||||||
- target_label: __address__
|
- target_label: __address__
|
||||||
replacement: blackbox-exporter:9115
|
replacement: blackbox-exporter:9115
|
||||||
|
|
||||||
- job_name: websites
|
|
||||||
scrape_interval: 5m
|
|
||||||
metrics_path: /probe
|
|
||||||
params:
|
|
||||||
module:
|
|
||||||
- http
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- http://dustin.hatch.name/
|
|
||||||
- https://darkchestofwonders.us/
|
|
||||||
- http://nratonpass.com/
|
|
||||||
- http://pyrocufflink.net/
|
|
||||||
- http://ebonfire.com/
|
|
||||||
- http://chmod777.sh/
|
|
||||||
- https://nextcloud.pyrocufflink.net/index.php
|
|
||||||
- https://bitwarden.pyrocufflink.blue/
|
|
||||||
- https://git.pyrocufflink.blue/
|
|
||||||
- https://tabitha.biz/
|
|
||||||
- https://dustinandtabitha.com/
|
|
||||||
- https://hatchlearningcenter.org/
|
|
||||||
relabel_configs:
|
|
||||||
- source_labels: [__address__]
|
|
||||||
target_label: __param_target
|
|
||||||
- source_labels: [__param_target]
|
|
||||||
target_label: instance
|
|
||||||
- target_label: __address__
|
|
||||||
replacement: blackbox-exporter:9115
|
|
||||||
|
|
||||||
- job_name: collectd
|
- job_name: collectd
|
||||||
honor_labels: true
|
honor_labels: true
|
||||||
static_configs:
|
static_configs:
|
||||||
|
|
Loading…
Reference in New Issue