2018-09-21 19:50:30 +00:00
|
|
|
# Configuration file for ipmi_exporter
|
|
|
|
|
|
|
|
# This is an example config for scraping the local host.
|
|
|
|
# In most cases, this should work without using a config file at all.
|
|
|
|
modules:
|
|
|
|
default:
|
2019-10-14 19:43:30 +00:00
|
|
|
# Available collectors are bmc, ipmi, chassis, and dcmi
|
2018-09-21 19:50:30 +00:00
|
|
|
collectors:
|
|
|
|
- bmc
|
|
|
|
- ipmi
|
|
|
|
- dcmi
|
2019-10-14 19:43:30 +00:00
|
|
|
- chassis
|
2018-09-21 19:50:30 +00:00
|
|
|
# Got any sensors you don't care about? Add them here.
|
|
|
|
exclude_sensor_ids:
|
|
|
|
- 2
|
|
|
|
- 29
|
|
|
|
- 32
|