mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-23 06:22:30 +00:00
Fix configuration: at 2.26+ prometheus versions, params should be list, not k/v
This commit is contained in:
parent
b4566e080b
commit
5811015efd
@ -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