On Fri, 15 Sep 2006 13:14:17 -0500, reade wrote:

> What simple app, preferably cmdline, do people use to view hdd
> temperatures?

I use app-admin/hddtemp to feed my mrtg stats and it works just fine. For
feeding the temperature into the proper format do something like:

#!/bin/sh
TEMPERATURE=`/usr/sbin/hddtemp -n $1`
printf "%d\n%d\n" $TEMPERATURE $TEMPERATURE

pass /dev/yourdisk as argument and mrtg will happily graph it.

-h


-- 
gentoo-user@gentoo.org mailing list

Reply via email to