summaryrefslogtreecommitdiffstats
path: root/health/health_log.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-10 09:18:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-10 09:18:49 +0000
commitdd814a7c1a8de056a79f7238578b09236edd5506 (patch)
tree429e7eed5a634a4efe9a6877ce66da8e64aa1782 /health/health_log.c
parentAdding upstream version 1.41.0. (diff)
downloadnetdata-dd814a7c1a8de056a79f7238578b09236edd5506.tar.xz
netdata-dd814a7c1a8de056a79f7238578b09236edd5506.zip
Adding upstream version 1.42.0.upstream/1.42.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 4cfbee608..933a452a6 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -20,6 +20,7 @@ inline ALARM_ENTRY* health_create_alarm_entry(
STRING *name,
STRING *chart,
STRING *chart_context,
+ STRING *chart_name,
STRING *family,
STRING *class,
STRING *component,
@@ -43,6 +44,7 @@ inline ALARM_ENTRY* health_create_alarm_entry(
ae->name = string_dup(name);
ae->chart = string_dup(chart);
ae->chart_context = string_dup(chart_context);
+ ae->chart_name = string_dup(chart_name);
uuid_copy(ae->config_hash_id, *((uuid_t *) config_hash_id));