summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-10-27 00:31:36 +0300
committerGitHub <noreply@github.com>2022-10-27 00:31:36 +0300
commit7ad1d5b7d08a7a730c7d629d15ee7f2c985b8e55 (patch)
treeb6bcb8da0d7d0d9d503800856f898592384e8ae2 /database
parente4cc55d8cbe979fd332a47a6c6104605b71f2b96 (diff)
Fix reading health "enable" from the configuration (#13894)
Diffstat (limited to 'database')
-rw-r--r--database/rrdhost.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/rrdhost.c b/database/rrdhost.c
index d8db327013..3bde0ee178 100644
--- a/database/rrdhost.c
+++ b/database/rrdhost.c
@@ -849,6 +849,7 @@ int rrd_init(char *hostname, struct rrdhost_system_info *system_info) {
goto unittest;
}
+ health_init();
rrdpush_init();
if(default_rrd_memory_mode == RRD_MEMORY_MODE_DBENGINE || storage_tiers > 1 || rrdpush_receiver_needs_dbengine()) {