yum install php yum install httpd yum install apr yum install libconfuse yum install expat yum install pcre yum install libcmemcached yum install rrdtool rpm -ivh http://vuksan.com/centos/RPMS-6/x86_64/ganglia-gmond-modules-python-3.6.0-1.x86_64.rpm http://vuksan.com/centos/RPMS-6/x86_64/libganglia-3.6.0-1.x86_64.rpm http://vuksan.com/centos/RPMS-6/x86_64/ganglia-gmond-3.6.0-1.x86_64.rpm [root@home4 RPMS]# rpm -ivh http://vuksan.com/centos/RPMS-6/x86_64/ganglia-gmetad-3.6.0-1.x86_64.rpm [laytonjb@home4 ~]$ more /etc/ganglia/conf.d/modpython.conf /* params - path to the directory where mod_python should look for python metric modules the "pyconf" files in the include directory below will be scanned for configurations for those modules */ modules { module { name = "python_module" path = "modpython.so" params = "/usr/lib64/ganglia/python_modules" } } include ("/etc/ganglia/conf.d/*.pyconf") [laytonjb@home4 ~]$ ls -s /usr/lib64/ganglia/python_modules [laytonjb@home4 ~]$ chkconfig --list [laytonjb@home4 ~]$ ls -lstar /usr/lib64/libganglia* data_source "Ganglia Test Setup" 192.168.1.4 name = "Ganglia Test Setup" [root@home4 laytonjb]# cd /tmp [root@home4 tmp]# script gmond.out [root@home4 tmp]# gmond -d 5 -c /etc/ganglia/gmond.conf [root@home4 tmp]# ^c [root@home4 tmp]# ^d [root@home4 tmp]# gmond -d 5 -c /etc/ganglia/gmond.conf [root@home4 ~]# /etc/rc.d/init.d/gmond start [root@home4 ~]# /etc/rc.d/init.d/gmetad start GDESTDIR = /var/www/html/ganglia GWEB_STATEDIR = /var/lib/ganglia-web GMETAD_ROOTDIR = /var/lib/ganglia APACHE_USER = apache [root@home4 ~]# ps -ef | grep -v grep | grep gm [root@test8 ~]# /etc/rc.d/init.d/gmond start [root@test8 ~]# /etc/rc.d/init.d/gmond status ps -ef | grep -i gmond /usr/local/sbin/gmond/gmond -d 5 -c /etc/ganglia/gmond.conf /etc/rc.d/init.d/gmetad restart