Reconnect to the cloud when resuming from suspension (#17444)
Stelios Fragkakis committed
Apr 19, 2024 at 11:28 UTC
0b8386ea6fbcc2b547b9072a0e5eb3e020fd7c20
1 file changed
+1
src/health/health_event_loop.c
+1
@@ -201,6 +201,7 @@ static void health_event_loop(void) {
201
"Postponing alarm checks for %"PRId32" seconds, "
202
"because it seems that the system was just resumed from suspension.",
203
(int32_t)health_globals.config.postpone_alarms_during_hibernation_for_seconds);
204
+ schedule_node_info_update(localhost);
205
}
206
207
if (unlikely(silencers->all_alarms && silencers->stype == STYPE_DISABLE_ALARMS)) {