[[PageOutLine]] = 1. Introduction= Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. [[BR]] [[BR]] = 2. Installation = == 2.1 Install ganglia== {{{ $ sudo su $ aptitude install librrd2-dev rrdtool $ tar zxvf ganglia-3.XXX.tar.gz $ cd ganglia/ $ ./configure --with-gmeatd; make ; make install $ cp gmetad/gmetad.init /etc/init.d/gmetad $ cp gmond/gmond.init /etc/init.d/gmond $ sudo update-rc.d gmond defaults $ sudo update-rc.d gmetad defaults $ gmond -t > /etc/gmond.conf $ cp gmetad.conf /etc/gmetad.conf $ vim /etc/gmond.conf $ vim /etc/gmetad.conf $ chown -R nobody /var/ganalia/rrdtool $ gmond $ telent localhost 8649 $ gmetad $ telent localhost 8651 }}} == 2.2 Install Apache== {{{ $ aptitude install php5-gd apache2 libapache2-mod-php5 php5 $ cd ganglia/ $ cp -r web/ /var/www/ganalia }}} = 2.3 Test ganglia= * http://localhost/ganglia [[BR]] [[BR]] = 3. Reference = * http://ganglia.sourceforge.net/ * http://wiki.freaks-unidos.net/ganglia-quickstart