added grafana and prometheus

This commit is contained in:
2022-11-21 21:58:47 +01:00
parent 1e08d0c7fa
commit a010b652a3
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
global:
scrape_interval: 1m
scrape_configs:
- job_name: "prometheus"
scrape_interval: 1m
static_configs:
- targets: ["prometheus:9090"]
- job_name: "node"
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "pi_node"
static_configs:
- targets: ["10.55.8.1:9100"]