Phpsysinfo

From SME Server
Jump to navigationJump to search







phpsysinfo
Php-logo.png
phpsysinfo logo
MaintainerStephdl
Urlhttp://phpsysinfo.sourceforge.net/
Source: smeserver-phpsysinfo
Licenceopen source
Category

Webapps

Tags Monitoring System


Maintainer

Darrel May (Contrib)
Stéphane de Labrusse AKA Stephdl

Version

smecontribs 11:
smecontribs 10:
smecontribs 9:
smeserver-phpsysinfo
The latest version of smeserver-phpsysinfo is available in the SME repository, click on the version number(s) for more information.


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

dnf install smeserver-phpsysinfo
signal-event console-save
yum install --enablerepo=smecontribs,epel smeserver-phpsysinfo
signal-event console-save
yum install --enablerepo=smecontribs smeserver-phpsysinfo
signal-event console-save

you have to enable the stephdl repository

yum install --enablerepo=stephdl,smecontribs smeserver-phpsysinfo
signal-event console-save

Use

Once installed, you can access phpSysInfo at https://yourdomain.com/phpsysinfo or use it in the server-manager 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 If you want to allow outside of your Local network

db configuration setprop phpsysinfo access public

If you don't want ssl

db configuration setprop phpsysinfo HTTPS off

expand template an restart service

expand-template /etc/httpd/conf/httpd.conf
systemctl restart httpd-e-smith

or

signal-event console-save

One should never allow admin authentication over regular http as the password would travel in clear text.

phpsysinfo.ini

Once installed you should go to the /opt/phpsysinfo/phpsysinfo.ini to enable more options. Every time you install or upgrade the contrib, the rpm process do a backup of your phpsysinfo.ini.

nano /opt/phpsysinfo/phpsysinfo.ini

Check installed version

yum info installed smeserver-phpsysinfo

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-phpsysinfo component or use this link


IDProductVersionStatusSummary (5 tasks)
13432SME ContribsFuturCONFIRMEDReplace the inline (static) version of phpsysinfo with the dynamic one
13395SME ContribsFuturCONFIRMED[2188] [error] [9AG70tnuzc_Y] Controller "SrvMngr::Controller::Phpsysinfo" does not exist at /usr/share/perl5/vendor_perl/Mojolicious.
13186SME Contribs11.0CONFIRMEDenable more plugins and configure /opt/phpsysinfo/phpsysinfo.ini
10331SME Contribs9.2CONFIRMEDwrong psstatus configuration
4350SME Contribs9.2CONFIRMEDSecurity issue with phpsysinfo

Changelog

Only versions released in smecontrib are listed here.

smeserver-phpsysinfo-11.0.0-7.el8.sme Changelog: SME 11 (smecontribs)
2026/05/29 Jean-Philippe Pialasse 11.0.0-7.sme
- display gfx in smanager
2026/02/14 Jean-Philippe Pialasse 11.0.0-6.sme
- remove from server-manager
2026/02/09 Jean-Philippe Pialasse 11.0.0-4.sme
- access protected by authTKT [SME: 10330]
2025/09/27 Brian Read 11.0.0-3.sme
- Add css to make embedded static version look a bit better [SME: 13195]

2025/09/25 Jean-Philippe Pialasse 11.0.0-2.sme
- CSP relaxed policy
- revert authentication
- httpd syntax fix

- smanager improvement
smeserver-phpsysinfo-11.0.0-7.el8.sme Changelog: SME 10 (smecontribs)

2022/07/31 Jean-Philippe Pialasse 3.2.3-6.sme
- update to httpd 2.4 access syntax [SME: 12057]

removed compatibnility, added Requires e-smith-apache >= 2.6.0-19
2022/07/24 Jean-Philippe Pialasse 3.2.3-5.sme
- update to httpd 2.4 access syntax [SME: 12057]
2021/04/07 Brian Read 3.2.3-4.sme
- Add Update event to createlinks [SME: 11054]

2021/04/07 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,

 by assuming the date is correct and changing the weekday.
Thu May 30 2001 --> Thu May 24 2001 or Wed May 30 2001 or Thu May 31 2001 or ....
Wed Sep 22 2015 --> Wed Sep 16 2015 or Tue Sep 22 2015 or Wed Sep 23 2015 or ....
2019/01/20 Jean-Philipe Pialasse 3.2.3-3.sme
- Add Update event to createlinks process formating [SME: 10329]