Changes

From SME Server
Jump to navigationJump to search
1,841 bytes added ,  13:10, 26 October 2020
Line 1: Line 1:  
{{Languages|Phpsysinfo}}
 
{{Languages|Phpsysinfo}}
 
=== Maintainer ===
 
=== Maintainer ===
[http://myezserver.com/ Darrel May] (Contrib)
+
[http://myezserver.com/ Darrel May] (Contrib)<br />
 +
[mailto:stephdl@de-labrusse.fr Stéphane de Labrusse] AKA [[User:Stephdl|Stephdl]]
 +
 
 +
=== Version ===
 +
 
 +
{{#smeversion: smeserver-phpsysinfo }}
 +
{{#smeversion: phpsysinfo }}
    
=== Description ===
 
=== Description ===
This contrib installs phpSysInfo (http://phpsysinfo.sourceforge.net/) on SME Server 7.x.
+
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 PHP script that displays information about the host being accessed.
+
=== Installation from stephdl repository===
   −
It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video Information.
+
For now that rpm is more up-to-date than the one of contribs. The version is 3.1.13 : see [[bugzilla:8460]] and [[bugzilla:8459]]<br />
   −
=== Installation ===
+
A menu is now in the server manager to use the contrib, see PhpSysInfo in the administration panel. the admin credentials is required to use that contribs.
The contrib source files for SME Server 7.x can be found at
  −
[http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/ SME Server mirrors]
      +
====Installation====
 +
*For sme8
 +
you have to enable the [[stephdl]] repository
 +
yum install --enablerepo=stephdl,smecontribs smeserver-phpsysinfo
 +
signal-event console-save
   −
+
*For sme9
To install this contrib, first download the package from the site into an empty directory:
+
do:
  wget "http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/smeserver-phpsysinfo-2.5.4-0dmay.noarch.rpm"
+
  yum install --enablerepo=smecontribs smeserver-phpsysinfo
 +
signal-event console-save
   −
Install with:
+
*For sme10
  yum localinstall *.rpm
+
do:
 +
  yum install --enablerepo=smecontribs,epel smeserver-phpsysinfo
 +
signal-event console-save
   −
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 or use it in the server-manager
 +
Default behavior is to restrict access to secure http access, requiring SME Servers admin credentials.
   −
=== Use ===
+
However this can be modified to open access over regular http by issuing
Once installed, you can access phpSysInfo at https://yourdomain.com/phpsysinfo
+
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
 +
sv t httpd-e-smith
 +
or
 +
signal-event console-save
   −
Login with your SME Servers admin credentials.
+
One should never allow admin authentication over regular http as the password would travel in clear text.
   −
=== Check installed version ===
+
====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
 
  yum info installed smeserver-phpsysinfo
    +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 +
and select the smeserver-phpsysinfo component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-phpsysinfo|title=this link}}
 +
 +
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-phpsysinfo|noresultsmessage=No open bugs found.}}
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
 +
 +
{{#smechangelog: smeserver-phpsysinfo}}
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Webapps]]
 
[[Category: Webapps]]
[[Category: Administration]]
+
[[Category: Administration:Monitoring]]

Navigation menu