29 lines
750 B
YAML
29 lines
750 B
YAML
|
global:
|
||
|
scrape_interval: 15s
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: 'prometheus'
|
||
|
scrape_interval: 60s
|
||
|
static_configs:
|
||
|
- targets: ['localhost:9090']
|
||
|
|
||
|
- job_name: '5e.jafner.tools'
|
||
|
scrape_interval: 60s
|
||
|
static_configs:
|
||
|
- targets: ['5e-jafner-tools:9117']
|
||
|
metrics_path: "/metrics"
|
||
|
|
||
|
- job_name: 'pihole.jafner.net'
|
||
|
scrape_interval: 60s
|
||
|
static_configs:
|
||
|
- targets: ['pihole-jafner-net:9617']
|
||
|
metrics_path: "/metrics"
|
||
|
|
||
|
- job_name: 'uptime-kuma'
|
||
|
scrape_interval: 60s
|
||
|
static_configs:
|
||
|
- targets: ['uptime.jafner.net']
|
||
|
basic_auth:
|
||
|
username: Jafner
|
||
|
password: ***REMOVED***
|