Phpsysinfo on vicidial servers
Posted: Mon Feb 04, 2008 6:30 am
I have created a patch to include phpsysinfo(http://phpsysinfo.sourceforge.net) report on the vicidial servers on the Reports page.
Here's a screenshot:
http://imagebin.ca/img/IIEmv1e.png
Clicking on the Link under "Server Info" will bring you the phpsysinfo page for that particular vicidial server.
screenshot:
http://imagebin.ca/img/W3KiZ0wB.png
You should have apache, php and phpsysinfo installed on the vicidial server for this to work.
On CentOS system:
#yum install httpd
#yum install php
#/etc/init.d/httpd start
#chkconfig --level 345 --add httpd
#wget http://downloads.sourceforge.net/phpsys ... g_mirror=0
#cd /var/www/html/
#tar zxvf /root/phpsysinfo-2.5.4.tar.gz
#cd phpsysinfo
#cp config.php.new config.php
Let me know if anyone is interested in the patch and I'll post it on the tracker.[url][/url]
Here's a screenshot:
http://imagebin.ca/img/IIEmv1e.png
Clicking on the Link under "Server Info" will bring you the phpsysinfo page for that particular vicidial server.
screenshot:
http://imagebin.ca/img/W3KiZ0wB.png
You should have apache, php and phpsysinfo installed on the vicidial server for this to work.
On CentOS system:
#yum install httpd
#yum install php
#/etc/init.d/httpd start
#chkconfig --level 345 --add httpd
#wget http://downloads.sourceforge.net/phpsys ... g_mirror=0
#cd /var/www/html/
#tar zxvf /root/phpsysinfo-2.5.4.tar.gz
#cd phpsysinfo
#cp config.php.new config.php
Let me know if anyone is interested in the patch and I'll post it on the tracker.[url][/url]