mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-26 16:43:14 +00:00
Fix configuration: at 2.26+ prometheus versions, params should be list, not k/v
This commit is contained in:
parent
178b38f32d
commit
b4566e080b
@ -91,7 +91,7 @@ add the following to your Prometheus config:
|
||||
```
|
||||
- job_name: ipmi
|
||||
params:
|
||||
module: default
|
||||
module: ["default"]
|
||||
scrape_interval: 1m
|
||||
scrape_timeout: 30s
|
||||
metrics_path: /ipmi
|
||||
|
Loading…
Reference in New Issue
Block a user