Phpsysinfo

From SME Server
Revision as of 21:48, 18 April 2009 by 7eis (talk | contribs)
Jump to navigationJump to search


Maintainer

Darrel May (Contrib)

Description

This contrib installs phpSysInfo (http://phpsysinfo.sourceforge.net/) on SME Server 7.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