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