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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/health/health_log.c b/health/health_log.c
index dcfb6a8d22..802923d492 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -152,6 +152,9 @@ inline void health_alarm_log_save(RRDHOST *host, ALARM_ENTRY *ae) {
host->health_log_entries_written++;
}
}
+#ifdef ENABLE_ACLK
+ aclk_update_alarm(host, ae);
+#endif
}
inline ssize_t health_alarm_log_read(RRDHOST *host, FILE *fp, const char *filename) {