On Tue, 4 Dec 2012 23:15:44 +0800
Hong Wayne wrote:
> Dear all:
Hi Wayne,
> I already install Ganglia in Ubuntu 12.04 LTS, but I have some
> problems to ask.
>
> The first problem is when I browse ganglia website which the IP
> address is IP_Address/ganglia
>
> I got the information about
> ''Forbidden You don't have permission to access /ganglia on this
> server.''
this is apache related question. Check its logs and ganglia's conf file:
<VirtualHost *:80>
DocumentRoot "/var/www/html/ganglia"
ServerName ganglia.domain....
DirectoryIndex index.php
<Directory "/var/www/html/ganglia">
Options Indexes FollowSymLinks
Order deny,allow
Deny from all
Allow from all
</Directory>
ServerAdmin $MAIL
ErrorLog /etc/httpd/logs/ganglia_error_log
CustomLog /etc/httpd/logs/ganglia_access_log combined
</VirtualHost>
> It looks like SELinux not disabled. So I commanded the following
> lines:
>
> sudo /etc/init.d/apparmor stop
> sudo /etc/init.d/apparmor teardown
> sudo update-rc.d -f apparmor remove
>
> It still not work!! So what's the problem?
>
> And the second problem is whether the file bytes_in.rrd is the network
> monitoring information from Ganglia or not?
that file should contain network 'in' traffic from one of your hosts.
it is a rrd file, nothing to do with configuration.
> If it's not, then what's the correct network monitoring information
> for Ganglia?
What are you looking for? I don't understand your question.
> Thanks for helping.
>
>
> Wayne.
Cheers,
Arnau
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general