From: Michael R. <re...@eu...> - 2005-05-16 08:07:21
|
Hi Andreas, > Is there a way to printout any SMART-values > (the harddisc-temperature as example) to > display ? > > I havent found anything in the Documentation, > so i think its impossible at the moment? There is no plugin for SMART or HD temperature at the moment. You could try to use smartctl or hddtemp with the exec plugin. smartctl may be hard to use because it prints out a lot of junk. Maybe its possible to force it to just print the value yu're interested in. with hddtemp it's easy: It has an option '-n' which prints only the temperature. So exec('/usr/sbin/hddtemp -n /dev/hda',1000) should do the trick. HTH, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |