new graf, prom, dashboard, exporters! (#12)
* new graf, prom, dashboard, exporters! * update readme and static images
This commit is contained in:
9
files/prometheus/config.yaml
Normal file
9
files/prometheus/config.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
global:
|
||||
scrape_interval: 10s
|
||||
evaluation_interval: 10s
|
||||
external_labels:
|
||||
monitor: node-exporter
|
||||
scrape_configs:
|
||||
- job_name: "node-exporter"
|
||||
static_configs:
|
||||
- targets: ["exporter:9000"]
|
||||
Reference in New Issue
Block a user