[snip]<br><br>>How does your script work with sensors running in various environments<br>
>with different locales set?<br><br>It doesn't explicitly handle locales since I don't know much about them. However there is a section at the top that has to be configured for each system (since the output of sensors & names of drives is likely different for everyone). The sensors related section is a list of text you'd like to display on the status page and the corresponding text to use in the regex search of the sensors output. In that regard I think (but have no proof) that someone with a different locale setting would just have to tweak the text in each side of the list.<br>
<br>As I said, I'm not familiar with locales but shouldn't that work?<br><br>@Harry, I'm not sure how this script could crash the BE. I wrote it with a series of checks so that any failures (such as hddtemp missing or insufficient perms) would fail silently but the script should still exit cleanly. If you remove this script from Misc Status does your BE still crash? If not, please send me your changes and the output of "myth_sensors.py >> Harrys_setup.txt; sensors >> Harrys_sensors.txt" and I'll take a look and see if I can figure out what's happening.<br>
<br>@John, I too was hoping that this info would show up in the FE status page but apparently that's not how it works. :(<br><br>Matt<br><br>