void.cat/prometheus.yml

6 lines
121 B
YAML
Raw Normal View History

2023-12-22 10:59:27 +00:00
global:
scrape_interval: "10s"
scrape_configs:
- job_name: void-cat
static_configs:
2023-12-25 18:08:12 +00:00
- targets: [ "web:80" ]