How To Install ceph-grafana-dashboards on Fedora 36

In this tutorial we learn how to install ceph-grafana-dashboards in Fedora 36. ceph-grafana-dashboards is The set of Grafana dashboards for monitoring purposes

Introduction

In this tutorial we learn how to install ceph-grafana-dashboards on Fedora 36.

What is ceph-grafana-dashboards

This package provides a set of Grafana dashboards for monitoring of Ceph clusters. The dashboards require a Prometheus server setup collecting data from Ceph Manager “prometheus” module and Prometheus project “node_exporter” module. The dashboards are designed to be integrated with the Ceph Manager Dashboard web UI.

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

Install ceph-grafana-dashboards 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 ceph-grafana-dashboards using dnf by running the following command:

sudo dnf -y install ceph-grafana-dashboards

Install ceph-grafana-dashboards 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 ceph-grafana-dashboards using yum by running the following command:

sudo yum -y install ceph-grafana-dashboards

How To Uninstall ceph-grafana-dashboards on Fedora 36

To uninstall only the ceph-grafana-dashboards package we can use the following command:

sudo dnf remove ceph-grafana-dashboards

ceph-grafana-dashboards Package Contents on Fedora 36

/etc/grafana/dashboards/ceph-dashboard
/etc/grafana/dashboards/ceph-dashboard/ceph-cluster.json
/etc/grafana/dashboards/ceph-dashboard/cephfs-overview.json
/etc/grafana/dashboards/ceph-dashboard/host-details.json
/etc/grafana/dashboards/ceph-dashboard/hosts-overview.json
/etc/grafana/dashboards/ceph-dashboard/osd-device-details.json
/etc/grafana/dashboards/ceph-dashboard/osds-overview.json
/etc/grafana/dashboards/ceph-dashboard/pool-detail.json
/etc/grafana/dashboards/ceph-dashboard/pool-overview.json
/etc/grafana/dashboards/ceph-dashboard/radosgw-detail.json
/etc/grafana/dashboards/ceph-dashboard/radosgw-overview.json
/etc/grafana/dashboards/ceph-dashboard/radosgw-sync-overview.json
/etc/grafana/dashboards/ceph-dashboard/rbd-details.json
/etc/grafana/dashboards/ceph-dashboard/rbd-overview.json
/usr/share/doc/ceph-grafana-dashboards
/usr/share/doc/ceph-grafana-dashboards/README
/usr/share/doc/ceph-grafana-dashboards/README.md

References

Summary

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