private function hdd_temp_linux()
 {
     $disk_path = '/dev/' . $this->disk_to_monitor;
     return phodevi_parser::read_hddtemp($disk_path);
 }