Changes from Version 1 of freeipmi_

Show
Ignore:
Author:
ixs (IP: 86.111.251.4)
Timestamp:
07/05/11 14:50:08 (13 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • freeipmi_

    v0 v1  
     1= Munin sensor statistics with freeipmi = 
     2 
     3== About == 
     4The [source:freeipmi_] plugin allows the [http://munin.projects.linpro.no/ munin] monitor to graph temperature and fanspeed statistics of servers. These measurements are retrieved from the baseboard management controller via IPMI using the [http://www.gnu.org/software/freeipmi/ freeipmi] tools. 
     5 
     6== Screenshot == 
     7[[Image(Images:freeipmi_temp-day.png, nolink)]] 
     8 
     9== Download == 
     10[https://trac.bawue.org/munin/browser/freeipmi_?format=txt freeipmi_] 
     11 
     12== Installation == 
     13  1. Copy or link the freeipmi_ script into your munin-node plugin directory, usually {{{/etc/munin/plugins}}}. This is a wildcard plugin so the name should either be freeipmi_temp or freeipmi_fan depending on what you plan to measure. 
     14  1. Configure the munin-node to run the freeipmi_ plugin as user root or another user able to execute the freeipmi binaries: 
     15{{{ 
     16[freeipmi_] 
     17user root 
     18}}} 
     19  1. Test the plugin by calling {{{munin-run freeipmi_temp config}}} and by executing {{{munin-run freeipmi_temp}}}. Both commands should output sensible data without failing. 
     20  1. Restart the munin-node process. 
     21 
     22== Notes == 
     23 
     24== Author == 
     25The munin plugin was written by Andreas Thienemann. 
     26 
     27== License == 
     28The code is available as free software under the [wiki:GPL3 GPL Version 3 or later]. 
     29 
     30== Bugs and Contact == 
     31In case of bugs, please either [https://trac.bawue.org/munin/newticket open a ticket] in this Trac instance or write to <andreas (at) bawue (dot) net>.