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