This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hypervisors/ansible/roles/prometheus_agent/prometheus.yml

22 lines
391 B
YAML
Raw Normal View History

global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files: []
scrape_configs:
- job_name: "lewis"
static_configs:
- targets: ["localhost:9100"]
- job_name: "atlas"
static_configs:
- targets: ["atlas.hyp:9100"]
- job_name: "jefke"
static_configs:
- targets: ["jefke.hyp:9100"]
remote_write:
- url: https://metrics.kun.is:444/api/v1/write