Smartd
From Caos Linux Wiki
Installing smartd and smartmontools to hopefully catch a drive berfore it fails completely.
Download from sourceforge
Do the useual
tar xvzf cd ./configure make make install
Next is a kludge. The init scripts test for various distros by looking for a file. I created...
- touch /etc/redhat-release
I then copied
- cp /usr/local/etc/smartd.conf /etc/smartd.conf
The default is to detect and monitor drive. You may want to use your own config to meet your needs
- cp /usr/local/etc/rc.d/init.d/smartd /etc/rc.d/init.d/smartd
Add the service
- chkconfig --add smartd
- chkconfig smartd on
- /etc/rc.d/init.d/smartd start
Logging by syslog to /var/log/messages
Thats all..... Steve.
