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"]
|
||||
@@ -1,17 +0,0 @@
|
||||
global:
|
||||
scrape_interval: 30s
|
||||
evaluation_interval: 60s
|
||||
|
||||
external_labels:
|
||||
monitor: monerod-exporter
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "monerod-exporter"
|
||||
static_configs:
|
||||
- targets: ["exporter:8080"]
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
- targets:
|
||||
# - alertmanager:9093
|
||||
Reference in New Issue
Block a user