From owner-freebsd-questions@FreeBSD.ORG Fri Sep 20 19:38:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADD9EE58 for ; Fri, 20 Sep 2013 19:38:34 +0000 (UTC) (envelope-from aurfalien@gmail.com) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 882D32CCE for ; Fri, 20 Sep 2013 19:38:34 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id y10so766171pdj.11 for ; Fri, 20 Sep 2013 12:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=DShkH+STU3aLgzR68lyW7R8K2qrt8o3emY6yC8J2AW4=; b=qnwoeS6FU2U2ozu8b34RPp3WwlZDAjMoltIfBUu/qvI28m9EYHKc7iY9IU+dbZF56s alXsCMhTs3xJRM6hSAoU2wBZGjifdTPnr1hI+nJiXwRhou+4U4UfIUxStJ4trqOVM1C/ xyJTzyEux6McGBAOCVs/5Volss415F+EAEVsNd6QmLYCUsV7b9by22ERaC9Sg90PhmVq oNi01kmSpkuHBYvzRZBjx7/MGDTNxXJwuHRWNIHUVgDE9USITv7WBw1Lq2//TiDAM51O HL0sEP/bsa8W0MQwnR116FaV7FqdaOJy5PDIi9s1xXV+1S9KipghSVR1MXX2ZJozyrQW SeMA== X-Received: by 10.66.20.166 with SMTP id o6mr10712734pae.149.1379705914265; Fri, 20 Sep 2013 12:38:34 -0700 (PDT) Received: from briankrusicw.logan.tv ([64.17.255.138]) by mx.google.com with ESMTPSA id va8sm17517353pbc.16.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Sep 2013 12:38:33 -0700 (PDT) Subject: Re: SES tools and RRD perhaps? Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=iso-8859-1 From: aurfalien In-Reply-To: <523C9C7B.4020702@inti.gob.ar> Date: Fri, 20 Sep 2013 12:38:30 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <17AE07FB-1616-4A35-B473-3CB72C47ADA5@gmail.com> <523C9C7B.4020702@inti.gob.ar> To: Juan Bernhard X-Mailer: Apple Mail (2.1085) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 19:38:34 -0000 On Sep 20, 2013, at 12:05 PM, Juan Bernhard wrote: > El 20/09/2013 03:48 p.m., aurfalien escribi=F3: >> Hi all, >>=20 >> 1) Any one have a way to monitor fan speeds/temp of a JBOD connected = via a SAS cable? > You can get disk temperature by sysutils/smartmontools, and = motherboard fans sysutils/mbmon (assuming that your fans are connected = to the motherboard) >>=20 >> 2) Any one integrate SES into something like Cacti or Zabbix? > I don't know what SES means Its SCSI Enclosure Services and commands like getencstat can see my = JBODs, just unsure how I can get more granular info. I'll try to see if the tools you listed detect the JBODs. Thanks for that. - aurf=