diff options
Diffstat (limited to 'health/health.c')
-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); |