ceph/monitoring/ceph-mixin/config.libsonnet
Arun Kumar Mohan 5c21134064 ceph-mixin: add RBD Mirror monitoring alerts
Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
2023-08-09 12:19:04 +05:30

14 lines
312 B
Plaintext

{
_config+:: {
dashboardTags: ['ceph-mixin'],
clusterLabel: 'cluster',
showMultiCluster: false,
CephNodeNetworkPacketDropsThreshold: 0.005,
CephNodeNetworkPacketDropsPerSec: 10,
CephRBDMirrorImageTransferBandwidthThreshold: 0.8,
CephRBDMirrorImagesPerDaemonThreshold: 100,
},
}