How To Install ganglia-gmetad on Fedora 36

In this tutorial we learn how to install ganglia-gmetad in Fedora 36. ganglia-gmetad is Ganglia Metadata collection daemon

Introduction

In this tutorial we learn how to install ganglia-gmetad on Fedora 36.

What is ganglia-gmetad

Ganglia is a scalable, real-time monitoring and execution environment with all execution requests and statistics expressed in an open well-defined XML format. This gmetad daemon aggregates monitoring data from several clusters to form a monitoring grid. It also keeps metric history using rrdtool.

We can use yum or dnf to install ganglia-gmetad on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ganglia-gmetad.

Install ganglia-gmetad on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ganglia-gmetad using dnf by running the following command:

sudo dnf -y install ganglia-gmetad

Install ganglia-gmetad on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ganglia-gmetad using yum by running the following command:

sudo yum -y install ganglia-gmetad

How To Uninstall ganglia-gmetad on Fedora 36

To uninstall only the ganglia-gmetad package we can use the following command:

sudo dnf remove ganglia-gmetad

ganglia-gmetad Package Contents on Fedora 36

/etc/ganglia
/etc/ganglia/gmetad.conf
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/2788ed659931a6f7411335a639ee67785e94d3
/usr/lib/systemd/system/gmetad.service
/usr/sbin/gmetad
/usr/share/man/man1/gmetad.1.gz
/usr/share/man/man1/gmetad.py.1.gz
/var/lib/ganglia
/var/lib/ganglia/rrds

References

Summary

In this tutorial we learn how to install ganglia-gmetad on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).