ceph/monitoring/ceph-mixin/config.libsonnet

12 lines
209 B
Plaintext

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