add geoip node mapping and cleanup dockerfiles

This commit is contained in:
lza_menace
2023-10-10 23:10:14 -07:00
parent 4650866877
commit 086b023dfc
7 changed files with 498 additions and 88 deletions

View File

@@ -1,9 +1,11 @@
global:
scrape_interval: 10s
evaluation_interval: 10s
external_labels:
monitor: node-exporter
evaluation_interval: 10m
scrape_configs:
- job_name: "node-exporter"
scrape_interval: 20s
static_configs:
- targets: ["exporter:9000"]
- job_name: "nodemapper"
scrape_interval: 2m
static_configs:
- targets: ["nodemapper:5000"]