munin_ipmi_plugins
view README @ 0:f2e7c91f5ea7
initial release - code written by Ludovic Aubry <ludovic.aubry@logilab.fr>
| author | Arthur Lutz <arthur.lutz@logilab.fr> |
|---|---|
| date | Wed, 10 Jun 2009 17:06:33 +0200 |
| parents | |
| children |
line source
1 munin_ipmi_plugins
2 ------------------
4 This is simply a python rewrite of the ipmi_sensor_ writen in Ruby by Peter Palfrader.
9 Reason
10 ------
12 We had a machine that was very long to run the full "ipmitool -I open " so we had to modify the
13 way the plugin was working. We prefer python, so a quick rewrite was done.
15 Improvements
16 ------------
18 The full on ipmitool command is only run on suggests, then a specific get is run everytime
19 munin-node is done.
21 The Ruby version can be found here :
22 http://svn.noreply.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/munin/ipmi_sensor_?root=WeaselUtils
