* Re: [gentoo-user] What to use for hdd temperature viewing
[not found] <87wt85t2ti.fsf@newsguy.com>
@ 2006-09-15 19:40 ` Hemmann, Volker Armin
2006-09-16 13:35 ` [gentoo-user] " Holger Hoffstaette
1 sibling, 0 replies; 2+ messages in thread
From: Hemmann, Volker Armin @ 2006-09-15 19:40 UTC (permalink / raw
To: gentoo-user
On Friday 15 September 2006 20:14, reader@newsguy.com wrote:
> What simple app, preferably cmdline, do people use to view hdd
> temperatures?
app-admin/hddtemp
Latest version available: 0.3_beta15
Latest version installed: 0.3_beta15
Size of downloaded files: 751 kB
Homepage: http://www.guzu.net/linux/hddtemp.php
Description: A simple utility to read the temperature of SMART capable
hard drives
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-user] Re: What to use for hdd temperature viewing
[not found] <87wt85t2ti.fsf@newsguy.com>
2006-09-15 19:40 ` [gentoo-user] What to use for hdd temperature viewing Hemmann, Volker Armin
@ 2006-09-16 13:35 ` Holger Hoffstaette
1 sibling, 0 replies; 2+ messages in thread
From: Holger Hoffstaette @ 2006-09-16 13:35 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-16 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87wt85t2ti.fsf@newsguy.com>
2006-09-15 19:40 ` [gentoo-user] What to use for hdd temperature viewing Hemmann, Volker Armin
2006-09-16 13:35 ` [gentoo-user] " Holger Hoffstaette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox