首先明确一点:
经过raid的磁盘貌似smart就监控不了了,因为这个被raid卡接管了
直接包管理安装smatctl和smatd
配置/etc/smatd.conf
DEVICESCAN -H -m 123@123.com 此处是你的邮箱
就可以了,它会监控所有的设备
然后启动服务,配置服务自动启动
其他的一些信息请看:
http://bbs.linuxtone.org/thread-1029-1-1.html
简单用法:
1、smartctl -a <device> 检查该设备是否已经打开SMART技术。
2、smartctl -s on <device> 如果没有打开SMART技术,使用该命令打开SMART技术。
3、smartctl -t short <device> 后台检测硬盘,消耗时间短;
smartctl -t long <device> 后台检测硬盘,消耗时间长;
smartctl -C -t short <device> 前台检测硬盘,消耗时间短;
smartctl -C -t long <device> 前台检测硬盘,消耗时间长。
其实就是利用硬盘SMART的自检程序。
4、smartctl -X <device> 中断后台检测硬盘。
5、smartctl -l selftest <device> 显示硬盘检测日志。
6、smartctl -l error <device> 显示硬盘错误汇总。