summaryrefslogtreecommitdiffstats
path: root/health/health_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'health/health_log.c')
-rw-r--r--health/health_log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/health/health_log.c b/health/health_log.c
index a359b92e32..b62e0ace41 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -46,6 +46,8 @@ inline ALARM_ENTRY* health_create_alarm_entry(
uuid_copy(ae->config_hash_id, *((uuid_t *) config_hash_id));
+ uuid_generate_random(ae->transition_id);
+
ae->family = string_dup(family);
ae->classification = string_dup(class);
ae->component = string_dup(component);