ceph.conf 439 B

123456789101112131415
  1. # low ceph disk available
  2. template: ceph_cluster_space_usage
  3. on: ceph.general_usage
  4. class: Utilization
  5. type: Storage
  6. component: Ceph
  7. calc: $used * 100 / ($used + $avail)
  8. units: %
  9. every: 1m
  10. warn: $this > (($status >= $WARNING ) ? (85) : (90))
  11. crit: $this > (($status == $CRITICAL) ? (90) : (98))
  12. delay: down 5m multiplier 1.2 max 1h
  13. info: cluster disk space utilization
  14. to: sysadmin