smartmontools不输出扫描数据
我有一个centOS 7服务器,并想设置smartmontools来为我做一些监控。 raid6中有6个硬盘的megaraid设备。 每天进行短期扫描并将扫描数据输出到日志文件 计划周末的长时间扫描 如果发现任何问题,请给我发电子邮件 我已经把我的规则添加到smartd.conf,重新启动smartd,但没有新的日志文件,所以不知道如果智能扫描只是没有运行,或者如果有另一个问题? # SHORT SCANS DAILY: /dev/sda -d megaraid,0 -s S/../.././06 -m root,[email protected] -M daily -a > /var/log/smartd/short0.log /dev/sda -d megaraid,1 -s S/../.././07 -m root,[email protected] -M daily -a > /var/log/smartd/short1.log /dev/sda -d megaraid,2 -s S/../.././08 -m root,[email protected] -M daily -a > /var/log/smartd/short2.log /dev/sda -d megaraid,3 -s S/../.././09 -m root,[email protected] -M […]