Changes

From Amahi Wiki
Jump to: navigation, search
321 bytes removed ,  17:24, 28 November 2014
Answer the questions. At the end of sensors-detect, Type "yes" to have sensors-detect insert modules into /etc/modules, or edit /etc/modules yourself service module-init-tools start
 
=== Configure phpsysinfo ===
first make a backup of your original configuration file
cd /var/hda/web-apps/phpsysinfo/html
cp configphpsysinfo.php configini phpsysinfo.php_bakinibak modify the configuration file to make a backup of your original config filenano phpsysinfo.ini
nano config.phpoptional changes
Change define('PSI_SENSOR_PROGRAM' DEFAULT_LANG="nl" LOAD_BAR=true USE_VHOST=true SENSOR_PROGRAM="LMSensors" HDD_TEMP="command" HIDE_FS_TYPES="tmpfs, ''); to define('PSI_SENSOR_PROGRAM', 'LMSensors'); This tells phpsysinfo to use lm_sensors to obtain and display sensor information.devtmpfs"
Other optional changes:
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_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
For Ubuntu run also
20

edits