From ab7ff3131f3698710e0bd9fa3c66d31a3a194725 Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Wed, 26 Aug 2020 14:50:37 +0200 Subject: Adds claimed_id streaming (#9804) * streams claimed_id of child nodes to parents * adds this information into /api/v1/info --- daemon/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon') 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; } -- cgit v1.2.3