diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-18 15:47:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-18 15:47:41 +0000 |
commit | eb53d1fe877874a69ba36de0c1be29405cb12a6e (patch) | |
tree | 81f61cc1d0517769b6acff80865a03ca564dfc8a /health | |
parent | Releasing debian version 1.42.3-1. (diff) | |
download | netdata-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.c | 2 |
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); |