Changes

From Amahi Wiki
Jump to: navigation, search
83 bytes added ,  20:02, 18 July 2012
m
make hddtemp work under ubuntu
define('PSI_HIDE_MOUNTS', '/boot,/dev/shm'); - hides /boot and /dev/shm in mounted filesystems
define('PSI_HIDE_FS_TYPES', 'tmpfs'); - hides tmpfs filesystems
define('PSI_HDD_TEMP', 'tcp'); - tells PSI to obtain current hdd temp
define('PSI_LOAD_BAR', true);
define('PSI_UPS_PROGRAM', 'Apcupsd'); - use apcupsd to show APC info from APC UPS's
define('PSI_HDD_TEMP', 'command'); - tells PSI to obtain current hdd temp in Ubuntu run also {{Code|sudo dpkg-reconfigure hddtemp}} and set suid to YES  
after saving config.php phpsysinfo will provide voltage, fan and temperature data.
20

edits