adding dockerfiles and compose file

This commit is contained in:
lza_menace
2020-09-28 23:16:26 -07:00
parent 43df09e3a6
commit b7c328369b
8 changed files with 654 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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