From b485aab7e71c1625cfc27e0f92c9509f42378458 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- src/health/health.d/ceph.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/health/health.d/ceph.conf (limited to 'src/health/health.d/ceph.conf') diff --git a/src/health/health.d/ceph.conf b/src/health/health.d/ceph.conf new file mode 100644 index 000000000..44d351338 --- /dev/null +++ b/src/health/health.d/ceph.conf @@ -0,0 +1,16 @@ +# low ceph disk available + + template: ceph_cluster_space_usage + on: ceph.general_usage + class: Utilization + type: Storage +component: Ceph + calc: $used * 100 / ($used + $avail) + 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 disk space utilization + info: Ceph cluster disk space utilization + to: sysadmin -- cgit v1.2.3