HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //usr/lib/netdata/conf.d/health.d/ceph.conf
# 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