mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-04 04:40:45 +04:00
init
This commit is contained in:
11
grafana/prometheus.yml
Normal file
11
grafana/prometheus.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['prometheus:9090']
|
||||
|
||||
- job_name: 'node_exporter'
|
||||
static_configs:
|
||||
- targets: ['node-exporter:9100']
|
||||
Reference in New Issue
Block a user