Way to share S.M.A.R.T. data over SNMP

cactimonitoringnagiossmartsnmp

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.

Best Answer

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

Related Topic