mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2024-12-23 22:42:14 +00:00
25d1fd0ef8
Use ipmi-chassis to check power on /off report via ipmi_chassis_power_state enable via "chassis" module
18 lines
556 B
YAML
18 lines
556 B
YAML
# 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:
|
|
# Available collectors are bmc, ipmi, chassis, and dcmi
|
|
collectors:
|
|
- bmc
|
|
- ipmi
|
|
- dcmi
|
|
- chassis
|
|
# Got any sensors you don't care about? Add them here.
|
|
exclude_sensor_ids:
|
|
- 2
|
|
- 29
|
|
- 32
|