Difference between revisions of "Phpsysinfo"
m |
|||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
− | This contrib installs phpSysInfo (http://phpsysinfo.sourceforge.net/) on SME Server | + | This contrib installs phpSysInfo (http://phpsysinfo.sourceforge.net/) on SME Server 8.x. |
PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more. | PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more. |
Revision as of 14:01, 1 February 2014
Maintainer
Darrel May (Contrib)
Description
This contrib installs phpSysInfo (http://phpsysinfo.sourceforge.net/) on SME Server 8.x.
PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.
Installation
This contrib can be found in the smecontribs repository.
Yum is the preferred way to install contribs
yum install --enablerepo=smecontribs smeserver-phpsysinfo
You can ignore the yum-comments signal event post-upgrade and signal-event reboot.
Use
Once installed, you can access phpSysInfo at https://yourdomain.com/phpsysinfo Default behavior is to restrict access to secure http access, requiring SME Servers admin credentials.
However this can be modified to open access over regular http by issuing
db configuration setprop phpsysinfo access public db configuration setprop phpsysinfo HTTPS off expand-template /etc/httpd/conf/httpd.conf sv t httpd-e-smith
One should never allow admin authentication over regular http as the password would travel in clear text.
Check installed version
yum info installed smeserver-phpsysinfo