summaryrefslogtreecommitdiffstats
path: root/health/health.c
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-09-26 14:58:06 +0300
committerGitHub <noreply@github.com>2023-09-26 14:58:06 +0300
commit7a1ebd2facbbf9f3db3d6aa1edb00bc47572970b (patch)
tree3451ff701e867c2da0fc2a0137e9f7edb379df99 /health/health.c
parentce06ace57d195c28d329bd77cfcbd2ab54d82d71 (diff)
Run health queries from tier 0 (#16032)
run health queries from tier 0
Diffstat (limited to 'health/health.c')
-rw-r--r--health/health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index 0194bf589e..f909f1ed8a 100644
--- a/health/health.c
+++ b/health/health.c
@@ -1208,7 +1208,7 @@ void *health_main(void *ptr) {
int ret = rrdset2value_api_v1(rc->rrdset, NULL, &rc->value, rrdcalc_dimensions(rc), 1,
rc->after, rc->before, rc->group, NULL,
- 0, rc->options,
+ 0, rc->options | RRDR_OPTION_SELECTED_TIER,
&rc->db_after,&rc->db_before,
NULL, NULL, NULL,
&value_is_null, NULL, 0, 0,