blob: 0048e2a7c684e6e55f1187f74a0b2d15406aaff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# low ceph disk available
template: ceph_cluster_physical_capacity_utilization
on: ceph.cluster_physical_capacity_utilization
class: Utilization
type: Storage
component: Ceph
calc: $utilization
units: %
every: 1m
warn: $this > (($status >= $WARNING ) ? (85) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: down 5m multiplier 1.2 max 1h
summary: Ceph cluster ${label:fsid} disk space utilization
info: Ceph cluster ${label:fsid} disk space utilization
to: sysadmin
|