summaryrefslogtreecommitdiffstats
path: root/health/health.d
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2019-07-15 10:07:55 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-07-15 09:07:55 +0200
commit192a868b03289a583ac1cd3f648ef185c6ac9209 (patch)
tree5044268dbd6174f55d31e78f22c360c332a482ad /health/health.d
parentb548214e35454cd1a4f36cd3fa39703b2c270e50 (diff)
Fix CRC and I/O error handling in dbengine so that netdata is not halted and relevant error messages are printed and alarms are raised (#6452)
Diffstat (limited to 'health/health.d')
-rw-r--r--health/health.d/dbengine.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/dbengine.conf b/health/health.d/dbengine.conf
index 7a623ba2be..956abf294c 100644
--- a/health/health.d/dbengine.conf
+++ b/health/health.d/dbengine.conf
@@ -22,5 +22,5 @@
every: 10s
crit: $this > 0
delay: down 1h multiplier 1.5 max 3h
- info: number of IO errors dbengine came across the last 10 minutes (out of space, bad disk etc)
+ info: number of IO errors dbengine came across the last 10 minutes (CRC errors, out of space, bad disk etc)
to: sysadmin