prometheus-community / ipmi_exporter

Remote IPMI exporter for Prometheus
MIT License
473 stars 133 forks source link

Added Dockerfile and example docker-compose.yml #36

Closed neoaggelos closed 5 years ago

neoaggelos commented 5 years ago

Added Dockerfile for ipmi_exporter, along with a simple docker-compose.yml. README.md has also been updated with instructions for getting ipmi_exporter up and running with docker-compose.

bitfehler commented 5 years ago

Hi, thanks a lot for contributing! I am going to merge this as is, but I'll note that I'll likely make some changes to Dockerfile soon, as we are in the process of setting up CI and proper releases. Nevertheless, it is very useful for people to have an example until then, so thanks for providing that!