Configuring monitoring to use Fusion Data Foundation
Fusion Data Foundation provides a monitoring stack that comprises of Prometheus and Alert Manager.
About this task
Important: Monitoring will not function if it runs out of storage space. Always ensure
that you have plenty of storage capacity for monitoring.
IBM recommends configuring a short retention interval for this service. For more information, see Red Hat OpenShift Container Platform product documentation.
within theBefore you begin
- You have administrative access to OpenShift Web Console.
- Fusion Data Foundation Operator is installed and running in
the
openshift-storage
namespace. In OpenShift Web Console, go to to view installed operators. - Monitoring Operator is installed and running in the
openshift-monitoring
namespace. In OpenShift Web Console, go to to view cluster operators. - A storage class with provisioner
openshift-storage.rbd.csi.ceph.com
available. In OpenShift Web Console, go to to view available storage classes.
Procedure
Use the OpenShift Web Console to perform the following steps to configure Fusion Data Foundation as storage for the monitoring stack.
What to do next
- Verify that the Persistent Volume Claims are bound to the pods.
- Go to .
- Set the Project dropdown to openshift-monitoring.
- Verify that five Persistent Volume Claims are visible with a state of Bound,
attached to three
alertmanager-main-*
pods, and twoprometheus-k8s-*
pods. For example, see Figure 1.
-
Verify that the new
alertmanager-main-*
pods appear with a state of Running.- Go to .
- Click the new
alertmanager-main-*
pods to view the pod details. - From Volumes verify that the volume has a Type,
ocs-alertmanager-claim
that matches your new Persistent Volume Claims. For example,ocs-alertmanager-claim-alertmanager-main-0
. For example, see Figure 2.
- Verify that the new
prometheus-k8s-*
pods appear with a state of Running.- Click the new
prometheus-k8s-*
pods to view the pod details. - From Volumes verify that the volume has a Type,
ocs-prometheus-claim
that matches your new Persistent Volume Claims. For example,ocs-prometheus-claim-prometheus-k8s-0
. For example, see Figure 3.
- Click the new