@cryptotaxi247 / netdata-1 / commits / 00b6b7ea4

set the enabled struct element to 1 (#11856)

Emmanuel Vasilakis committed Dec 7, 2021 at 14:20 UTC 00b6b7ea49d58694c07503d8e97bb9138f9034e6
1 file changed +1
database/sqlite/sqlite_aclk_alert.c
+1
@@ -370,6 +370,7 @@ void aclk_push_alarm_health_log(struct aclk_database_worker_config *wc, struct a
370 alarm_log.node_id = wc->node_id;
371 alarm_log.log_entries = log_entries;
372 alarm_log.status = wc->alert_updates == 0 ? 2 : 1;
373 + alarm_log.enabled = 1;
374
375 wc->alert_sequence_id = last_sequence;
376