Short of using a thermal camera to check what my LSI HBA is running at temperature wise, I found lsiutil, which shows operating temperature, among many other funky things, through the binary. I was wondering if someone could whip up a plugin for this. Basically take the output of this: ./lsiutil -p1 -a 25,2,0,0 | awk '/IOCTemperature: /{print strtonum($2)" C"}' And it spits it out in Celsius. More useful than the normal hex output if you go ./lsiutil -e 25 2 0 0 And put it in plugin form to make it super easy. Maybe hook into the dashboard or System Temp Plugin. That would be great. There's lots of other functions you can do in the lsiutil, but I'm not sure how far down the rabbit hole you'd want to go. edit - Guess I should have added the lsiutil that I have. Not too sure if there's a newer version, or how to check.
lsiutil