added grafana and prometheus
This commit is contained in:
15
configurations/prometheus/prometheus.yml
Normal file
15
configurations/prometheus/prometheus.yml
Normal 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"]
|
||||
Reference in New Issue
Block a user