快捷搜索:   nginx

使用Smartmontools工具来检测硬盘的状态

安装非常简单:
 
  sudo aptitude install smartmontools
 
  然后要进行相关的配置,首先要编辑/etc/default/smartmontools:
 
  把start_smartd=yes前面的注释去掉,然后在enable_smart里设置你想要检测的设备。
 
  然后编辑/etc/smartd.conf文件:
 
  把DEVICESCAN这一行给注释掉,然后在后面添加你想要检测的参数。
 
  如我的监测:
 
  /dev/sda -d scsi -s L/……/……/3/01 -m myemail
 
  /dev/sdb -d scsi -s L/……/……/7/01 -m myemail
 
  /dev/sdc -d scsi -s L/……/……/7/02 -m myemail
 
  /dev/sda -d scsi -H -m myemail
 
  /dev/sdb -d scsi -H -m myemail
 
  /dev/sdc -d scsi -H -m myemail
 
  然后重新启动服务:
 
  sudo /etc/init.d/smartmontools restart
顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论