Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this step, we will install ganglia monitoring server.

First update your CentOS to make sure that you have the latest software stacks installed. Also install some utility tools for easing the following installation.

Code Block
languagetext
$ sudo yum -y update
$ sudo yum -y install wget 

Add EPEL repository into yum.

Code Block
languagetext
$ wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
$ sudo rpm -Uvh epel-release-7*.rpm

Once repository is added to the yum configuration, try to install ganglia with corresponding dependencies using yum install.

Code Block
languagetext
$ sudo yum -y install ganglia ganglia-gmond ganglia-gmond-python ganglia-web

Ganglia Configuration

TBD

Try out Ganglia Report and Query Application

...