summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-18 15:47:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-18 15:47:41 +0000
commiteb53d1fe877874a69ba36de0c1be29405cb12a6e (patch)
tree81f61cc1d0517769b6acff80865a03ca564dfc8a /health
parentReleasing debian version 1.42.3-1. (diff)
downloadnetdata-eb53d1fe877874a69ba36de0c1be29405cb12a6e.tar.xz
netdata-eb53d1fe877874a69ba36de0c1be29405cb12a6e.zip
Merging upstream version 1.42.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health')
-rw-r--r--health/health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index d94c3316..27ae673d 100644
--- a/health/health.c
+++ b/health/health.c
@@ -1004,7 +1004,7 @@ static void health_execute_delayed_initializations(RRDHOST *host) {
}
foreach_rrdcalctemplate_done(rt);
- if (health_variable_check(health_rrdvars, st, rd))
+ if (health_variable_check(health_rrdvars, st, rd) || rrdset_flag_check(st, RRDSET_FLAG_HAS_RRDCALC_LINKED))
rrdvar_store_for_chart(host, st);
}
rrddim_foreach_done(rd);