summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2020-03-15 11:48:57 +0200
committerGitHub <noreply@github.com>2020-03-15 11:48:57 +0200
commit9aab12387a6394dd7b07e8e3a1b0208ba650da3a (patch)
tree767096af111bfe65fe05aea12fc31391f9a2d952 /aclk
parent7fbcae9750cf10c5fbc339146b5c0282ccad0bf5 (diff)
Update the type message for the alarm updates (#8403)
Diffstat (limited to 'aclk')
-rw-r--r--aclk/agent_cloud_link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/agent_cloud_link.c b/aclk/agent_cloud_link.c
index 8a8139ce4f..186ff68a93 100644
--- a/aclk/agent_cloud_link.c
+++ b/aclk/agent_cloud_link.c
@@ -1846,7 +1846,7 @@ int aclk_update_alarm(RRDHOST *host, ALARM_ENTRY *ae)
char *msg_id = create_uuid();
buffer_flush(local_buffer);
- aclk_create_header(local_buffer, "alarms", msg_id);
+ aclk_create_header(local_buffer, "status-change", msg_id);
netdata_rwlock_rdlock(&host->health_log.alarm_log_rwlock);
health_alarm_entry2json_nolock(local_buffer, ae, host);