summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2024-04-19 11:28:53 +0300
committerGitHub <noreply@github.com>2024-04-19 11:28:53 +0300
commit0b8386ea6fbcc2b547b9072a0e5eb3e020fd7c20 (patch)
treebf11c0a874b26b34944de763d44fbfaab4f80b4d
parente96e724aaf87d74c6379a428c1ddd31cb345de26 (diff)
Reconnect to the cloud when resuming from suspension (#17444)
-rw-r--r--src/health/health_event_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/health/health_event_loop.c b/src/health/health_event_loop.c
index a4b8caff34..6a142cac07 100644
--- a/src/health/health_event_loop.c
+++ b/src/health/health_event_loop.c
@@ -201,6 +201,7 @@ static void health_event_loop(void) {
"Postponing alarm checks for %"PRId32" seconds, "
"because it seems that the system was just resumed from suspension.",
(int32_t)health_globals.config.postpone_alarms_during_hibernation_for_seconds);
+ schedule_node_info_update(localhost);
}
if (unlikely(silencers->all_alarms && silencers->stype == STYPE_DISABLE_ALARMS)) {