39 lines
935 B
YAML
39 lines
935 B
YAML
scrape_configs:
|
|
- job_name: cloud-vmagent
|
|
static_configs:
|
|
- targets:
|
|
- localhost:8429
|
|
|
|
- job_name: blackbox-metrics
|
|
static_configs:
|
|
- targets:
|
|
- localhost:9115
|
|
|
|
- job_name: websites
|
|
scrape_interval: 5m
|
|
metrics_path: /probe
|
|
params:
|
|
module:
|
|
- http_2xx
|
|
static_configs:
|
|
- targets:
|
|
- https://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.net/
|
|
- https://git.pyrocufflink.net/
|
|
- 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: localhost:9115
|