使用Ganglia构建集群监控(单播与组播双实例)(2)

#wget
#tar xf ganglia-web-3.7.1.tar.gz
#cd ganglia-web-3.7.1
#vim Makefile
#改成实际的目录
##########################################################
# User configurables:
##########################################################
# Location where gweb should be installed to (excluding conf, dwoo dirs).
#ganglia的web发布目录
GDESTDIR = /var/www/html/ganglia   
 
# Location where default apache configuration should be installed to.
#ganglia-web的配置文件目录
GCONFDIR = /etc/ganglia-web       
 
# Gweb statedir (where conf dir and Dwoo templates dir are stored)
GWEB_STATEDIR = /var/lib/ganglia-web
 
# Gmetad rootdir (parent location of rrd folder)
GMETAD_ROOTDIR = /usr/local/ganglia
#httpd的用户
APACHE_USER = nobody
 
#make install

(4)启动server端gmetad

# service gmetad start                 

Starting GANGLIA gmetad:                                  [  OK  ]

浏览器访问: 如下图,gmetad正常,但是还没有加入机器,所以是空白的。

使用Ganglia构建集群监控(单播与组播双实例)

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/5a3aea33c8c87d4acb985045ea3ecbdc.html