Schedule a node info on label reload (#17762)
Stelios Fragkakis committed
May 28, 2024 at 12:39 UTC
47e49da97edd6d3d58c02fde9d5f9c75e59c1420
1 file changed
+1
src/daemon/commands.c
+1
@@ -212,6 +212,7 @@ static cmd_status_t cmd_reload_labels_execute(char *args, char **message)
212
(void)args;
213
netdata_log_info("COMMAND: reloading host labels.");
214
reload_host_labels();
215
+ aclk_queue_node_info(localhost, 1);
216
217
BUFFER *wb = buffer_create(10, NULL);
218
rrdlabels_log_to_buffer(localhost->rrdlabels, wb);