carlbennett / ipmi_exporter

IPMI Exporter for prometheus.io, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

IPMI Exporter for prometheus.io, written in Go.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 69.3%Language:Makefile 22.4%Language:Shell 8.3%