summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2021-11-18 20:14:31 +0200
committerGitHub <noreply@github.com>2021-11-18 20:14:31 +0200
commit14507c95979aff73b4359d92a7d4e6aacdbb4a47 (patch)
treede165d00c4519c376d38bd5b4144f80a671c6863 /health
parent4f45e42eb2d38113bc6b53d9c9e88dc73811b973 (diff)
Always queue alerts to aclk_alert (#11806)
* always queue to aclk_alert * proper function name
Diffstat (limited to 'health')
-rw-r--r--health/health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index cc636604a2..d8e1d4b77e 100644
--- a/health/health.c
+++ b/health/health.c
@@ -1040,7 +1040,7 @@ void *health_main(void *ptr) {
#ifdef ENABLE_ACLK
#ifdef ENABLE_NEW_CLOUD_PROTOCOL
- if (netdata_cloud_setting && unlikely(aclk_alert_reloaded)) {
+ if (netdata_cloud_setting && unlikely(aclk_alert_reloaded) && loop > 2) {
sql_queue_removed_alerts_to_aclk(host);
}
#endif