ipmi_exporter/ipmi_local.yml
Conrad Hoffmann 0aa63d4c21 Add SEL collector
It exposes two metrics about the IPMI system event log (SEL), the
current number of entries stored in it and the free space for new
records. The collector is not enabled by default, it has to be
explicitly enabled in the config.

Related to #41.
2020-04-22 22:58:29 +02:00

19 lines
583 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, dcmi, and sel
collectors:
- bmc
- ipmi
- dcmi
- chassis
- sel
# Got any sensors you don't care about? Add them here.
exclude_sensor_ids:
- 2
- 29
- 32