pkgsrc/www/ganglia-webfrontend/MESSAGE
jschauma 73e4df4203 Initial import of ganglia-webfrontend:
Ganglia provides a complete real-time monitoring and execution
environment that is in use by hundreds of universities, private and
government laboratories and commercial cluster implementors around the
world. Whether you want to monitor hundreds of computers in real-time
across a university campus or around the world, ganglia is for you.

The ganglia web frontend provides access to the data collected by the
monitoring core (parallel/ganglia-monitor-core) via the web.
2005-02-07 14:39:27 +00:00

19 lines
730 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/02/07 14:39:28 jschauma Exp $
The Ganglia Web Frontend has been installed in the directory
${PREFIX}/share/httpd/htdocs/ganglia
You must add appropriate configuration directives to your
apache configuration file (${PKG_SYSCONFDIR}/httpd/httpd.conf).
A typical configuration would be:
Alias /ganglia/ "${PREFIX}/share/httpd/htdocs/ganglia/"
<Directory "${PREFIX}/share/httpd/htdocs/ganglia/">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
===========================================================================