Koozali.org: home of the SME Server

PHPSysInfo 3.0 w/ temperatures and Voltages

Offline Mntsnow

  • **
  • 59
  • +0/-0
    • http://www.mntsnow.com
Re: PHPSysInfo 3.0 w/ temperatures and Voltages
« Reply #15 on: December 03, 2012, 04:56:44 PM »
Yes I show temps in Smart......   I will take a look at the hddtemp.db shortly.

Thanks for helping a newbie :)

Quote
[root@sme-2 ~]# smartctl -a -d 3ware,0 /dev/twe0 | grep -i temp
194 Temperature_Celsius     0x0022   120   103   000    Old_age   Always       -       30


Edit - Yes my drives are listed in the hddtemp.db
« Last Edit: December 03, 2012, 05:58:03 PM by Mntsnow »
SME-8 64bit
PowerEdge 1950 III
(2) Quad Core Xeon x5460 @ 3.16GHz
24Gb Memory
PERC 5i raid controller
4 x 500Gb SAS 7.2K Drives in Raid 5
Dual 1Gb Nics

Offline Mntsnow

  • **
  • 59
  • +0/-0
    • http://www.mntsnow.com
Re: PHPSysInfo 3.0 w/ temperatures and Voltages
« Reply #16 on: August 25, 2014, 04:28:44 AM »
Sorry to bump this old thread but it's dealing with what I'm fighting with as I retired the server I was working with before in this thread and now my dev box is a PowerEdge 2950

I have to use the following to string from the command line to pull information from my Dell PERC6/i raid controller (of course changing X to the drive wanted)
Code: [Select]
smartctl -a /dev/sda -d sat+megaraid,0XSo what do I place in the section for drive monitoring as it just normally says
Code: [Select]
/dev/sda, /dev/sdb, /dev/sdc which doesn't work for me..
nor does
Code: [Select]
(sat+megaraid.00)/dev/sda, or
Code: [Select]
(megaraid.00)/dev/sda, or
Code: [Select]
(megaraid.0)/dev/sda,
« Last Edit: August 25, 2014, 04:55:18 AM by Mntsnow »
SME-8 64bit
PowerEdge 1950 III
(2) Quad Core Xeon x5460 @ 3.16GHz
24Gb Memory
PERC 5i raid controller
4 x 500Gb SAS 7.2K Drives in Raid 5
Dual 1Gb Nics