ceph.conf 491 B

12345678910111213141516
  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. summary: Ceph cluster disk space utilization
  14. info: Ceph cluster disk space utilization
  15. to: sysadmin