24 lines
647 B
YAML
24 lines
647 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, bmc-watchdog, ipmi, chassis, dcmi, sel, sel-events and sm-lan-mode
|
|
collectors:
|
|
- bmc
|
|
- ipmi
|
|
- dcmi
|
|
- chassis
|
|
- sel
|
|
- sel-events
|
|
# Got any sensors you don't care about? Add them here.
|
|
exclude_sensor_ids:
|
|
- 2
|
|
- 29
|
|
- 32
|
|
# Define custom metrics for SEL entries
|
|
sel_events:
|
|
- name: correctable_memory_error
|
|
regex: Correctable memory error.*
|