Update the type message for the alarm updates (#8403)
Stelios Fragkakis committed
Mar 15, 2020 at 11:48 UTC
9aab12387a6394dd7b07e8e3a1b0208ba650da3a
1 file changed
+1
-1
aclk/agent_cloud_link.c
+1
-1
@@ -1846,7 +1846,7 @@ int aclk_update_alarm(RRDHOST *host, ALARM_ENTRY *ae)
1846
char *msg_id = create_uuid();
1847
1848
buffer_flush(local_buffer);
1849
- aclk_create_header(local_buffer, "alarms", msg_id);
1849
+ aclk_create_header(local_buffer, "status-change", msg_id);
1850
1851
netdata_rwlock_rdlock(&host->health_log.alarm_log_rwlock);
1852
health_alarm_entry2json_nolock(local_buffer, ae, host);