summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)) {