summaryrefslogtreecommitdiffstats
path: root/health/health_log.c
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-05-02 18:36:56 +0300
committerGitHub <noreply@github.com>2022-05-02 18:36:56 +0300
commitd6b1756ea7c0dc28b338aff67800e932d8fe97ec (patch)
treec11bd6aac932001abe3d1b4b697c6cd90f1abcef /health/health_log.c
parent90c2fcb838dc711e6706713510b0d07916d94829 (diff)
Reduce alert events sent to the cloud. (#12544)
* filter * update filter * queue removed directly * more * logging * cleanup * cleanup 2 * cleanup 3 * finalize instead of reset
Diffstat (limited to 'health/health_log.c')
-rw-r--r--health/health_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health_log.c b/health/health_log.c
index 4959aa179a..54f6dc9fc4 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -162,7 +162,7 @@ inline void health_alarm_log_save(RRDHOST *host, ALARM_ENTRY *ae) {
#ifdef ENABLE_ACLK
if (netdata_cloud_setting) {
- sql_queue_alarm_to_aclk(host, ae);
+ sql_queue_alarm_to_aclk(host, ae, 0);
}
#endif
}