summaryrefslogtreecommitdiffstats
path: root/health/health.d/ceph.conf
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-09-27 15:31:51 +0300
committerGitHub <noreply@github.com>2021-09-27 15:31:51 +0300
commit07946d9f0a8826c841db5754cfa6a59871ea1ef7 (patch)
tree2f30881c0666909026f2264c4149793c2f79d40e /health/health.d/ceph.conf
parent44cf669e8849aeb4042fb8e97f0c0cdc3741c396 (diff)
Update alarms info (#11481)
* update apcupsd alarm's info
Diffstat (limited to 'health/health.d/ceph.conf')
-rw-r--r--health/health.d/ceph.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/health/health.d/ceph.conf b/health/health.d/ceph.conf
index 1f9da25c75..227e8ecf8d 100644
--- a/health/health.d/ceph.conf
+++ b/health/health.d/ceph.conf
@@ -11,5 +11,7 @@ component: Ceph
warn: $this > (($status >= $WARNING ) ? (85) : (90))
crit: $this > (($status == $CRITICAL) ? (90) : (98))
delay: down 5m multiplier 1.2 max 1h
- info: cluster disk space utilization
+ info: Percentage of used cluster disk space. \
+ High disk space utilization. \
+ To fix this, consider adding a node or removing unneeded data from the cluster.
to: sysadmin