On 10/28/24 08:46, Timothy M Butterworth wrote:
On Sun, Oct 27, 2024 at 10:13 PM David Christensen < dpchrist@holgerdanske.com> wrote:On 10/27/24 13:19, Charles Curley wrote:On Sun, 27 Oct 2024 09:36:32 -0700 David Christensen <dpchrist@holgerdanske.com> wrote:To allow the Sensor plugin access to hard disk temperatures, I have set the set-user-ID bit on hddtemp(8): # chmod u+s /usr/sbin/hddtemphddtemp has been superseded by a kernel module, which you can enable like so: # enable getting the hard drive's temperature. echo drivetemp > /etc/modules-load.d/drivetemp.conf Now you can get rid of hddtemp. I use that with xfce and the sensor plugin you mentioned.Thank you for the reply. :-) DavidYou may want to try out the psensor program. Psensor makes graphs of CPU temperature. It has a server module that allows for remote monitoring as well.
Thank you for the reply. :-) David