Is there a way to share S.M.A.R.T. data over SNMP?

Is there a way to share S.M.A.R.T. data over SNMP? I'd like to be able to make cacti graphs of it and hook it up to Nagios.

What I want to do is be able to get some statistics on my harddisks accessible over SNMP. This will allow me to graph the number of $SMART_MEASUREMENT_VALUE against time.


Solution 1:

Maybe this will suit your needs: Quoted from this link:

You'll need the SmartMonTools package and use check_smart.pl perl script (nagios plugin) to check hard drive health by running S.M.A.R.T. self-tests using the smartctl command, add to your snmpd.conf:

exec CheckSmart /path/to/check_smart.pl -t -d /dev/hda

Solution 2:

There are patches that add SNMP support to smartd (in smartmontools-devel@ list); none were integrated, as far as I remember.