.New metric allows quick detection of Ceph daemon problems
This enhancement provides the new `ceph_daemon_socket_up` metric for each Ceph daemon running in the same host as the ceph exporter. The `ceph_daemon_socket_up` metric provides the health status of a Ceph daemon based on its ability to respond through the admin socket, where a value of `1` indicates a healthy state and `0` indicates an unhealthy state. The metric serves as a tool for quickly detecting problems in any of the main Ceph daemon.
Note: This metric does not provide indicators for the ceph mgr and ceph exporter daemons.
DescriptionJuan Miguel Olmo
2022-11-23 17:57:18 UTC
As monitoring user i need a new performance counter in RBD mirror daemon and the associated metric in Ceph exporter for providing information about the RBD mirror daemon health.
Example:
ceph_rbd_mirror_health
{ "instance_id":"", }
= 0=OK, 1=ERROR.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Important: Red Hat Ceph Storage 8.1 security, bug fix, and enhancement updates), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2025:9775
As monitoring user i need a new performance counter in RBD mirror daemon and the associated metric in Ceph exporter for providing information about the RBD mirror daemon health. Example: ceph_rbd_mirror_health { "instance_id":"", } = 0=OK, 1=ERROR.