You should be able to do `ceph health mute OSD_SLOW_PING_TIME_BACK --sticky` to mute the health warn/error state as it flaps. You can also set a TTL for the mute (1d, 1w, 1m) to have it roll off after a specific time. Code here is the warning error such as OSD_SLOW_PING_TIME_BACK or POOL_TOO_FEW_PGS, etc. But the sticky option will mute the warning even after it clears and comes back.
Monitor commands: ================= health mute <code> [<ttl>] [--sticky] mute health alert
Reed
On Jan 11, 2023, at 6:57 AM, Nicola Mori <mori@fi.infn.it> wrote:
Dear Ceph users,
my cluster is build with old hardware on a gigabit network, so I often experience warnings like OSD_SLOW_PING_TIME_BACK. These in turn triggers alert mails too often, forcing me to disable alerts which is not sustainable. So my question is: is it possible to tell Ceph to ignore (or at least to not send alerts for) a given class of warnings? Thank you,
Nicola _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io