Changes

From Amahi Wiki
Jump to: navigation, search
322 bytes added ,  05:12, 6 June 2011
Updated page for Amahi 6 and PSI 3.11
[[Category:Apps]]
== Getting More Info ==
After the one click install of phpsysinfo in Amahi 56.10, I needed to do some modifications to get all system information displayed.
For other users, this is what I did.
{{Code|nano config.php}}
I changed the following lines, but of course this is optional. Change define('sensorProgramPSI_SENSOR_PROGRAM', 'LMSensors'); to define('hideMountsPSI_SENSOR_PROGRAM', '/bootLMsensors'); define('hideFstypes', 'tmpfs'); define('hddTemp', 'tcp'); define('loadBar', true);This tells phpsysinfo to use lm_sensors to obtain and display sensor information.
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_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 after saving the config.php phpsysinfo also provides will provide voltage, fan and temperature data.
8

edits