sensorsrt is a one file Python script to provide real-time sensors reading from commands sensors and hddtemp
- Be sure to make your changes to the file
sensorsrt.pyfirst, ashddtempmonitoring may not work properly due to device path differences (HDD1 is/dev/sdaand HDD2 is/dev/sdbbut that's not always the case) - Also after compiling be sure to move the compiled file to
/usr/binfor easier access later (by just typingsudo sensorsrt) usingsudo mv -fv sensorsrt /usr/bin/sensorsrt
sensorsrt <refresh rate in sec(s)>- default value for
<refresh rate in sec(s)>is 2 when not specified