ceph/monitoring/ceph-mixin/config.libsonnet

24 lines
633 B
Plaintext
Raw Normal View History

{
_config+:: {
dashboardTags: ['ceph-mixin'],
clusterLabel: 'cluster',
showMultiCluster: true,
CephNodeNetworkPacketDropsThreshold: 0.005,
CephNodeNetworkPacketDropsPerSec: 10,
CephRBDMirrorImageTransferBandwidthThreshold: 0.8,
CephRBDMirrorImagesPerDaemonThreshold: 100,
NVMeoFMaxGatewaysPerGroup: 4,
NVMeoFMaxGatewaysPerCluster: 4,
NVMeoFHighGatewayCPU: 80,
NVMeoFMaxSubsystemsPerGateway: 16,
NVMeoFHighClientCount: 32,
NVMeoFHighHostCPU: 80,
//
// Read/Write latency is defined in ms
NVMeoFHighClientReadLatency: 10,
NVMeoFHighClientWriteLatency: 20,
},
}