smartdの設定ファイル
[root@recorder ~]# less /etc/smartd.conf
ここを設定すれば、いつも何時にどんなテストして異常があったらメールしちゃうぞこの野郎的な使い方もできるらしい。
http://nhh.mo-blog.jp/ttt/2006/06/smartmontools_0720.html
smartmontoolsの導入 - 作業日記@HatenaBlog
S.M.A.R.T.によりHDDを監視。 portinstallによりインストール # portinstall -v sysutils/smartmontools rc.confに追記 # vi /etc/rc.conf smartd_enable="YES" smartd.confの設定 # cd /usr/loca...
[root@recorder ~]# vi /etc/smartd.conf
コメントアウト
#DEVICESCAN -H -m root
/dev/sdb -a -o on -S on -s (S/../.././02|L/../../6/03) -H -m root,hoghoge@gmail.com
[root@recorder ~]# chkconfig smartd on
[root@recorder ~]#
[root@recorder ~]#
[root@recorder ~]# chkconfig –list | grep smart
smartd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@recorder ~]#
[root@recorder ~]#
[root@recorder ~]# service smartd status
smartd は停止しています
[root@recorder ~]#
[root@recorder ~]#
[root@recorder ~]# service smartd start
smartd を起動中: [ OK ]