26 lines
812 B
YAML
26 lines
812 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, but here
|
|
# are some examples of things that can be customized. If you require privilege
|
|
# elevation to get the local metrics, see the `ipmi_local_sudo.yml` example.
|
|
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.*
|