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