summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-10-11 12:27:42 +0200
committerGitHub <noreply@github.com>2022-10-11 12:27:42 +0200
commit4a935930abe0cbed5aa5f9b583e91fdaf4278223 (patch)
tree16849c39042fa70a17462e8534e5f4ea44aac0cc /database
parent8ae9a6eb93410cb3bb620013701318f83351c128 (diff)
minor - add host labels for ephemerality and nodes with unstable connections (#13784)
* add host labels for ephemerality and nodes with unstable connections
Diffstat (limited to 'database')
-rw-r--r--database/rrdhost.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/rrdhost.c b/database/rrdhost.c
index 0249d3ec47..4a083f9c91 100644
--- a/database/rrdhost.c
+++ b/database/rrdhost.c
@@ -1303,6 +1303,8 @@ static void rrdhost_load_auto_labels(void) {
add_aclk_host_labels();
+ health_add_host_labels();
+
rrdlabels_add(
labels, "_is_parent", (rrdhost_hosts_available() > 1 || configured_as_parent()) ? "true" : "false", RRDLABEL_SRC_AUTO);