new graf, prom, dashboard, exporters! (#12)

* new graf, prom, dashboard, exporters!

* update readme and static images
This commit is contained in:
lalanza808
2022-09-22 12:11:56 -07:00
committed by GitHub
parent 038c40012c
commit 109f2cad80
16 changed files with 3302 additions and 713 deletions

View 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"]

View File

@@ -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