| 1 | = ARECA Raid controller sensor statistics = |
---|
| 2 | |
---|
| 3 | == About == |
---|
| 4 | The [source:snmp__areca_] plugin allows the [http://munin.projects.linpro.no/ munin] monitor to graph the hardware sensors of a [http://www.areca.com.tw ARECA] RAID controller. The plugin is able to retrieve the temperatures, the fan speeds and the voltages exported by the ARECA controller via it's SNMP management interface. |
---|
| 5 | |
---|
| 6 | == Screenshot == |
---|
| 7 | [[Image(Images:snmp__areca_fan-job-day.png, nolink)]] |
---|
| 8 | [[Image(Images:snmp__areca_temp-job-day.png, nolink)]] |
---|
| 9 | [[Image(Images:snmp__areca_volt-job-day.png, nolink)]] |
---|
| 10 | |
---|
| 11 | == Download == |
---|
| 12 | [https://trac.bawue.org/munin/browser/areca__snmp_?format=txt areca__snmp_] |
---|
| 13 | |
---|
| 14 | == Installation == |
---|
| 15 | 1. Make sure the areca controller is accessible via SNMP. A test might be performed by calling {{{snmpwalk -v 1 -c snmp_community ip.add.re.ss}}} |
---|
| 16 | 1. Copy or link the snmp__areca_ script into your munin-node plugin directory, usually {{{/etc/munin/plugins}}}. The areca script is a wildcard plugin and should therefore be linked as e.g. {{{snmp_192.168.1.100_areca_fan}}}, {{{snmp_192.168.1.100_areca_temp}}} and {{{snmp_192.168.1.100_areca_volt}}}. Adapt the IP address accordingly to the local setup. |
---|
| 17 | 1. Configure the munin-node to run the snmp__areca_ plugin with the correct snmp community string: |
---|
| 18 | {{{ |
---|
| 19 | [snmp_192.168.1.100*] |
---|
| 20 | community private |
---|
| 21 | version 1 |
---|
| 22 | }}} |
---|
| 23 | 1. Test the plugin by calling {{{munin-run snmp_192.168.1.100_areca_temp config}}} and by executing {{{munin-run snmp_192.168.1.100_areca_temp}}}. Both commands should output sensible data without failing. |
---|
| 24 | |
---|
| 25 | == Notes == |
---|
| 26 | * This plugin unfortunately is not able to correctly autoconfigure itself. |
---|
| 27 | |
---|
| 28 | == Author == |
---|
| 29 | The munin plugin was written by Andreas Thienemann for [http://www.bawue.net bawue.net]. |
---|
| 30 | |
---|
| 31 | == License == |
---|
| 32 | The code is available as free software under the [wiki:GPL2 GPL Version 2]. |
---|
| 33 | |
---|
| 34 | == Bugs and Contact == |
---|
| 35 | In 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>. |