OpenSimMirror/ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs
Johan Berntsson 337a46474a Updated files for the loadbalancer web interface 2008-07-16 03:04:45 +00:00
..
MonitorGUI
XML Updated files for the loadbalancer web interface 2008-07-16 03:04:45 +00:00
MyCGI.pm
monitor.cgi
readme.txt Updated files for the loadbalancer web interface 2008-07-16 03:04:45 +00:00

readme.txt

How to get this working on Linux/Apache:

Create a new directory /var/www/monitor and copy all files htdocs/* files there.

Include these lines in /etc/apache2/httpdocs
---
<Directory /var/www/monitor>
    Options +ExecCGI
</Directory>
AddHandler cgi-script .cgi
---

Restart Apache: sudo /etc/init.d/apache2 restart

Check that the perl XML-RPC modules is available  ("sudo apt-get install librcp-xml-perl" on Ubuntu)

Edit /var/www/monitor/monitor.cgi to update the IP addresses for the Grid server (TODO: improve this)

Start OpenSim in grid mode, use a browser to open http://localhost/monitor/monitor.cgi