22 lines
391 B
YAML
22 lines
391 B
YAML
|
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
|