summaryrefslogtreecommitdiffstats
path: root/health/health.d/ceph.conf
blob: 227e8ecf8d973a719acf4ac613fe83533e8694af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# low ceph disk available

 template: ceph_cluster_space_usage
       on: ceph.general_usage
    class: Utilization
     type: Storage
component: Ceph
     calc: $used * 100 / ($used + $avail)
    units: %
    every: 1m
     warn: $this > (($status >= $WARNING ) ? (85) : (90))
     crit: $this > (($status == $CRITICAL) ? (90) : (98))
    delay: down 5m multiplier 1.2 max 1h
     info: Percentage of used cluster disk space. \
           High disk space utilization. \
           To fix this, consider adding a node or removing unneeded data from the cluster.
       to: sysadmin