smartctl 的日志怎么输出到 syslog 里面

93 天前
 git00ll

想要定时执行 smartctl 的 self-test ,并且通过扫描 syslog 的日志在 motd 中展示是否自检通过。

但是执行 smartctl -t short /dev/sda 始终无法将日志输出到 syslog 中,不知道哪里漏配置了还是啥。

大概像下面这样的日志,,曾经不知道输入了啥出现过,后来就再也出不来了,有大佬知道吗

2024-08-06T01:44:51.359610+08:00 debian smartd[2350]: Device: /dev/sda [SAT], self-test in progress, 70% remaining
2024-08-06T02:14:51.595760+08:00 debian smartd[2350]: Device: /dev/sda [SAT], self-test in progress, 30% remaining
2024-08-06T02:44:51.875260+08:00 debian smartd[2350]: Device: /dev/sda [SAT], self-test in progress, 10% remaining
2024-08-06T03:14:51.159457+08:00 debian smartd[2350]: Device: /dev/sda [SAT], previous self-test completed without error

还想问一下,通过 crontab 的方式定时执行自检这种方案合理吗

632 次点击
所在节点    问与答
3 条回复
yinmin
93 天前
试试这个:

smartctl -t short /dev/sda 2>&1 | /usr/bin/systemd-cat -t smartctl
dbak
93 天前
-l TYPE, --log=TYPE
Show device log. TYPE: error, selftest, selective, directory[,g|s],
xerror[,N][,error], xselftest[,N][,selftest], background,
sasphy[,reset], sataphy[,reset], scttemp[sts,hist],
scttempint,N[,p], scterc[,N,M], devstat[,N], defects[,N], ssd,
gplog,N[,RANGE], smartlog,N[,RANGE], nvmelog,N,SIZE
julyclyde
93 天前
smartd

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1063594

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX