]> git.proxmox.com Git - ceph.git/blob - ceph/monitoring/ceph-mixin/config.libsonnet
7ee1210b043310cf23652ebc95191e43ac4b9252
[ceph.git] / ceph / monitoring / ceph-mixin / config.libsonnet
1 {
2 _config+:: {
3 dashboardTags: ['ceph-mixin'],
4
5 clusterLabel: 'cluster',
6 showMultiCluster: false,
7
8 CephNodeNetworkPacketDropsThreshold: 0.005,
9 CephNodeNetworkPacketDropsPerSec: 10,
10 },
11 }