summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2020-08-26 14:50:37 +0200
committerGitHub <noreply@github.com>2020-08-26 14:50:37 +0200
commitab7ff3131f3698710e0bd9fa3c66d31a3a194725 (patch)
treea78efc8cc829c2519b69e73e24d74e713c5105bb /daemon
parenta11d33bba77043b28cf2b0dac4989cd189c635b2 (diff)
Adds claimed_id streaming (#9804)
* streams claimed_id of child nodes to parents * adds this information into /api/v1/info
Diffstat (limited to 'daemon')
-rw-r--r--daemon/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/commands.c b/daemon/commands.c
index 57d39007e5..d6364e89a8 100644
--- a/daemon/commands.c
+++ b/daemon/commands.c
@@ -202,6 +202,7 @@ static cmd_status_t cmd_reload_claiming_state_execute(char *args, char **message
info("COMMAND: Reloading Agent Claiming configuration.");
load_claiming_state();
registry_update_cloud_base_url();
+ rrdpush_claimed_id(localhost);
error_log_limit_reset();
return CMD_STATUS_SUCCESS;
}