summaryrefslogtreecommitdiffstats
path: root/health/health.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-18 15:47:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-18 15:47:38 +0000
commitfa5116c43f7b9638fc9c0cc187311c3e313dd8d4 (patch)
treec9d424502e4d48c5c2c02d95901163a7f277df5e /health/health.c
parentAdding upstream version 1.42.3. (diff)
downloadnetdata-fa5116c43f7b9638fc9c0cc187311c3e313dd8d4.tar.xz
netdata-fa5116c43f7b9638fc9c0cc187311c3e313dd8d4.zip
Adding upstream version 1.42.4.upstream/1.42.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--health/health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index d94c33161..27ae673d8 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);