summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-05-29 23:11:32 +0300
committerGitHub <noreply@github.com>2023-05-29 23:11:32 +0300
commitbb835fe8eee4ed1b0f14b85a50578cadbc52dd53 (patch)
tree8e4b580aaab4ebea89ebda317c9c0c18720faa36 /health
parent1aed6efd3c603cf247dc56688d3543b6b650b490 (diff)
Only queue an alert to the cloud when it's inserted (#15110)
only queue an alert to cloud when its inserted
Diffstat (limited to 'health')
-rw-r--r--health/health_log.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/health/health_log.c b/health/health_log.c
index b1f59a1a54..a359b92e32 100644
--- a/health/health_log.c
+++ b/health/health_log.c
@@ -5,14 +5,7 @@
// ----------------------------------------------------------------------------
inline void health_alarm_log_save(RRDHOST *host, ALARM_ENTRY *ae) {
-
sql_health_alarm_log_save(host, ae);
-
-#ifdef ENABLE_ACLK
- if (netdata_cloud_setting) {
- sql_queue_alarm_to_aclk(host, ae, 0);
- }
-#endif
}
// ----------------------------------------------------------------------------