博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS使用Smartmontools检测磁盘状态
阅读量:6521 次
发布时间:2019-06-24

本文共 718 字,大约阅读时间需要 2 分钟。

hot3.png

参考:https://help.ubuntu.com/community/Smartmontools

         https://wiki.gentoo.org/wiki/Smartmontools

         https://www.smartmontools.org/browser/trunk/smartmontools/smartd.conf.5.in

 

在此之前需要配置好mail(参考: ),以便发送邮件。

修改/etc/smartmontools/smartd.conf,删除之前的规则,加入自定义的规则。

- DEVICESCAN -H -m root -M exec /usr/libexec/smartmontools/smartdnotify -n standby,10,q+ # xjn add+ # 每周六1点:Offline Immediate Test,5点:Long Self-Test,9点:Conveyance Self-Test+ DEVICESCAN -H -l error -l selftest -f -s (O/../../6/1|L/../../6/5|C/../../6/9) -m igiantpanda@163.com -M exec /usr/share/smartmontools/smartd-runner+ # 这个是用于测试邮件发送功能的,执行"service smartd restart"就会发送邮件+ # DEVICESCAN -H -m mailname@163.com -M test

 

 

转载于:https://my.oschina.net/igiantpanda/blog/1787033

你可能感兴趣的文章
Go 四篇
查看>>
游戏数值策划-经验值计算公式设计(自百度文库)
查看>>
Spring JDBC模板惯用方式
查看>>
将公用文件夹从Exchange2010迁移到 Exchange 2013
查看>>
微信小程序开发需要了解的三个内核技术
查看>>
UML用例图概要
查看>>
动态规划算法
查看>>
WebService学习总结(二)——WebService相关概念介绍
查看>>
泥鳅般的const(一个小Demo彻底搞清楚)
查看>>
Pyqt 打开外部链接的几种方法
查看>>
JavaScript DOM编程艺术学习笔记(一)
查看>>
event.srcElement获得引发事件的控件(表单)
查看>>
ASP.NET MVC铵钮Click后下载文件
查看>>
SQL Server 中 EXEC 与 SP_EXECUTESQL 的区别
查看>>
【Bootstrap】 bootstrap-table表格组件
查看>>
基本数据结构 - 栈和队列
查看>>
Linux软中断、tasklet和工作队列
查看>>
如何解决ORA-28002 the password will expire within 7 days问题(密码快过期)
查看>>
Asp.Net Core 轻松学-利用日志监视进行服务遥测
查看>>
Windows Mobile 系列文章索引---不断整理中(2009-07-08)
查看>>