Skip to content
Snippets Groups Projects

Add ipmi-exporter docker container

Open Jan David Mol requested to merge add-ipmi-exporter into main
Files
3
@@ -23,6 +23,17 @@ scrape_configs:
@@ -23,6 +23,17 @@ scrape_configs:
- source_labels: [ "__address__" ]
- source_labels: [ "__address__" ]
target_label: "host"
target_label: "host"
regex: "(.*)(.astron.nl|.control.lofar):9090"
regex: "(.*)(.astron.nl|.control.lofar):9090"
 
# production: IPMI of all LOFAR stations
 
- job_name: ipmi
 
metrics_path: '/ipmi'
 
static_configs:
 
- targets:
 
- "cs001i.control.lofar"
 
relabel_configs:
 
- source_labels: [ "__address__" ]
 
target_label: "target"
 
- target_label: __address__
 
replacement: "ipmi-exporter:9290"
# development: any station running in the same Docker network
# development: any station running in the same Docker network
- job_name: local-station
- job_name: local-station
metrics_path: '/federate'
metrics_path: '/federate'
@@ -45,3 +56,9 @@ scrape_configs:
@@ -45,3 +56,9 @@ scrape_configs:
- job_name: grafana
- job_name: grafana
static_configs:
static_configs:
- targets: ["grafana-central:3000"]
- targets: ["grafana-central:3000"]
 
- job_name: ipmi-exporter
 
static_configs:
 
- targets: ["ipmi-exporter:9290"]
 
- job_name: node-exporter
 
static_configs:
 
- targets: ["node-exporter:9100"]
Loading