- Bring back aarch64 builds (#186)
- Ignore time parse error in SEL events (#198)
- Don't prepend to already absolute path from config (#199)
- Various dependency updates
- Added BMC watchdog collector (#176)
- Added SEL event metrics collector (#179)
- Various dependency updates
- Update common files
- Update build
- Update golang to 1.21
- Update dependencies
- Switch to Alpine-based Docker image
- Add missing error handling
- Added chassis cooling fault and drive fault metrics
- Now,
ipmi_dcmi_power_consumption_watts
metric is not present if Power Measurement feature is not present. Before this change - the value was zero
- Another "I screwed up the release" release
- Many improvements in underlying Prometheus libraries
- Make sure
ipmimonitoring
outputs the sensor state
- Base docker images on debian/bullseye-slim
- Update common files
- Bugfix release for the release process itself :)
- move to prometheus-community
- new build system and (hopefully) the docker namespace
- some fan sensors that measure in "percent of maximum rotation speed" now show up as fans (previously generic sensors)
Thanks a lot to all the contributors and sorry for the long wait!
- Includes a lot of refactoring under the hood
- Add ability to customize the commands executed by the collectors - see the sample config for some examples.
- Fixes in the
bmc
collector for systems which do not support retrieving the system firmware revision (see #57) - Fix for sensors returning multiple events formatted as a string with questionable quoting (see #62)
- Use latest go builder container for the Docker image
- Fix #57 - that's all 🙂
- New
sm-lan-mode
collector to get the "LAN mode" setting on Supermicro BMCs (not enabled by default) - Added "system firmware version" (i.e. the host's BIOS version) to the BMC info metric
- Update all dependencies
- New
sel
collector to get number of SEL entries and free space - Update all dependencies
- Added config option for FreeIPMI workaround-flags
- Added missing documentation bits around
ipmi-chassis
usage - Updated dependencies to latest version
Initial release.