折腾啥 头像

消息来源频道

折腾啥

@zhetengsha

频道40,410 位成员公开可见0 人在线

Power Users/Automators 折腾/讨论/分享各种开源工具/脚本/自动化工作流 👥 群组 @zhetengsha_group 📌 资源合集导航 https://t.me/zhetengsha/2 🎁 恰饭推荐 https://t.me/zhetengsha/957 📢 广告投放 @xream Buy ads: https://telega.io/c/zhetengsha feedId:55438372655431680+userId:62307599601855488

成员规模40,410 位成员
在线情况0 人在线
消息总数4,340 条消息
浏览量总数7,753,402 次浏览

在这个频道里搜索消息……

t.me/zhetengsha

unRAID 等 Linux 环境中读取 LSI 2308 SAS 直通卡温度
整了一张直通卡 温度嘎嘎高
▎参考
How to read LSI SAS 2308 HBA temperature in SCALE?
LSIUtil RAID controller software
▎下载并使用
curl https://raw.githubusercontent.com/thomaslovell/LSIUtil/master/Binaries/LSIutil_1.71_binaries/Linux/lsiutil.x86_64 -o lsiutil.x86_64
chmod +x ./lsiutil.x86_64
./lsiutil.x86_64 -p1 -a 25,2,0,0 | awk '/IOCTemperature: /{print strtonum($2)""}'
▎警报
随便写个脚本读取判断然后定时跑吧
顺便一说: unRAID 里可以调用系统的通知 /usr/local/emhttp/webGui/scripts/notify
📌 资源合集导航
#监控 #温度 #直通卡 #阵列卡 #SAS #unraid #nas #linux #脚本 #shell