Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.
/ ipmi_exporter Public archive

IPMI Exporter for prometheus.io, written in Go.

License

Notifications You must be signed in to change notification settings

lovoo/ipmi_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
Jul 20, 2017
Aug 12, 2017
Oct 20, 2016
Jun 1, 2017
Oct 13, 2016
May 26, 2017
Jun 1, 2017
May 26, 2017
Oct 13, 2016
May 24, 2016
Jul 14, 2017
Nov 18, 2016
Jun 1, 2017
Oct 13, 2016
Jun 1, 2017

Repository files navigation

IPMI Exporter

GoDoc Build Status

IPMI Exporter for prometheus.io, written in Go.

Requirements

  • ipmitool

Docker Usage

docker run --device=/dev/ipmi0 -d --name ipmi_exporter -p 9289:9289 lovoo/ipmi_exporter:latest

Building

make build

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Package repositories

Debian repo quick install:

curl -s https://packagecloud.io/install/repositories/LovooOS/prometheus-exporters/script.deb.sh | sudo bash

You can find package repositories for other systems and how to add it to the system on packagecloud.io/LovooOS/

Special thanks to packagecloud.io for hosting our packages.