public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Holger Hoffstaette" <holger@wizards.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  Re: What to use for hdd temperature viewing
Date: Sat, 16 Sep 2006 15:35:14 +0200	[thread overview]
Message-ID: <pan.2006.09.16.13.35.14.312625@wizards.de> (raw)
In-Reply-To: 87wt85t2ti.fsf@newsguy.com

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



      parent reply	other threads:[~2006-09-16 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2006.09.16.13.35.14.312625@wizards.de \
    --to=holger@wizards.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox