| 1 | = Installation = |
| 2 | {{{ |
| 3 | $ sudo su |
| 4 | $ aptitude install librrd2-dev |
| 5 | $ ./configure --with-gmeatd; make ; make install |
| 6 | |
| 7 | $ cp gmetad/gmetad.init /etc/init.d/gmetad |
| 8 | $ cp gmond/gmond.init /etc/init.d/gmond |
| 9 | $ sudo update-rc.d gmond defaults |
| 10 | $ sudo update-rc.d gmetad defaults |
| 11 | |
| 12 | $ gmond -t > /etc/gmond.conf |
| 13 | $ cp gmetad.conf /etc/gmetad.conf |
| 14 | $ vim /etc/gmond.conf |
| 15 | $ vim /etc/gmetad.conf |
| 16 | |
| 17 | $ chown -R nobody /var/ganalia/rrdtool |
| 18 | |
| 19 | $ gmond |
| 20 | $ telent localhost 8649 |
| 21 | |
| 22 | $ gmetad |
| 23 | $ telent localhost 8651 |
| 24 | |
| 25 | $ aptitude install php5-gd apache2 libapache2-mod-php5 php5 |
| 26 | $ cp -r web /var/www/ganalia |
| 27 | |
| 28 | It is done. test http://localhost/ganglia |
| 29 | }}} |
| 30 | |
| 31 | = Our test ganglia = |
| 32 | * http://140.110.141.129/ganglia |