You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitoring/ceph-mixin/prometheus_alerts.libsonnet
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -855,6 +855,16 @@
855
855
description:'Subsystems have a max namespace limit defined at creation time. This alert means that no more namespaces can be added to {{ $labels.nqn }}',
856
856
},
857
857
},
858
+
{
859
+
alert:'NVMeoFMultipleNamespacesOfRBDImage',
860
+
'for': '1m',
861
+
expr:'count by(pool_name, rbd_name) (count by(bdev_name, pool_name, rbd_name) (ceph_nvmeof_bdev_metadata and on (bdev_name) ceph_nvmeof_subsystem_namespace_metadata)) > 1',
0 commit comments