summaryrefslogtreecommitdiffstats
path: root/health/health_log.c
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-02-24 12:10:10 +0100
committerGitHub <noreply@github.com>2020-02-24 12:10:10 +0100
commitc6d945200f201b05c2b019fa862cdf080a39a9d4 (patch)
treef061f87ff75a898ee7de82018a2c18935ada09cf /health/health_log.c
parenteeff346ca13af40091980d95de79ad5df50592e1 (diff)
Merging the feature branch for the ACLK in the previous sprint. (#8179)
* ACLK connection and protocol improvements (#8139) * Adding ACLK retry on connection failure (#8147) * Fixed reconnect issues on the ACLK. (#8163) * Cleaning up ACLK - part 1 (#8167) Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
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) {