From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GOasX-0002JK-79 for garchives@archives.gentoo.org; Sat, 16 Sep 2006 14:10:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8GEA7Ou019456; Sat, 16 Sep 2006 14:10:07 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8GE5USk006370 for ; Sat, 16 Sep 2006 14:05:31 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 26D3B644CB for ; Sat, 16 Sep 2006 14:05:30 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32573-10 for ; Sat, 16 Sep 2006 14:05:28 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D34116400A for ; Sat, 16 Sep 2006 14:05:27 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GOanB-00042j-Sz for gentoo-user@gentoo.org; Sat, 16 Sep 2006 16:05:14 +0200 Received: from port-83-236-13-78.dynamic.qsc.de ([83.236.13.78]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Sep 2006 16:05:13 +0200 Received: from holger by port-83-236-13-78.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Sep 2006 16:05:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: "Holger Hoffstaette" Subject: [gentoo-user] Re: What to use for hdd temperature viewing Date: Sat, 16 Sep 2006 15:35:14 +0200 Organization: The Fists of the White Lotus Message-ID: References: <87wt85t2ti.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: port-83-236-13-78.dynamic.qsc.de User-Agent: Pan/0.13.91 (Before we let euphoria convince us we are free) Sender: news X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-2.461 required=5.5 tests=[AWL=0.138, BAYES_00=-2.599] X-Spam-Score: -2.461 X-Spam-Level: X-Archives-Salt: 1031139b-7116-49a9-8191-ef2f75240c8d X-Archives-Hash: 446e8e61db5c2f136ecfdda715c0184e 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