ARECA Raid controller sensor statistics
About
The snmp__areca_ plugin allows the munin monitor to graph the hardware sensors of a 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.
Screenshot
Download
Installation
- 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
- Copy or link the snmpareca_ 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.
- Configure the munin-node to run the snmpareca_ plugin with the correct snmp community string:
[snmp_192.168.1.100*] community private version 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.
Notes
- This plugin unfortunately is not able to correctly autoconfigure itself.
Author
The munin plugin was written by Andreas Thienemann for bawue.net.
License
The code is available as free software under the GPL Version 2.
Bugs and Contact
In case of bugs, please either open a ticket in this Trac instance or write to <andreas (at) bawue (dot) net>.