From 9bc89fcebaa4f70851f06299d4f420000b3fadde Mon Sep 17 00:00:00 2001 From: Emiliano Frascaro Date: Wed, 5 Aug 2026 16:29:03 +0200 Subject: [PATCH] Allinea il fingerprint Garage negli health check ops. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Così al ripristino dello storage gli incidenti garage_storage:head si chiudono da soli invece di restare aperti. Co-authored-by: Cursor --- backend/app/services/ops/health_checks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/services/ops/health_checks.rb b/backend/app/services/ops/health_checks.rb index 95af0a0..3c8c552 100644 --- a/backend/app/services/ops/health_checks.rb +++ b/backend/app/services/ops/health_checks.rb @@ -156,7 +156,7 @@ module Ops force_path_style: MatchLiveTv.replay_storage_force_path_style? ) client.head_bucket(bucket: MatchLiveTv.replay_storage_bucket) - ok_finding("garage_storage:ok", "Garage storage OK") + ok_finding("garage_storage:head", "Garage storage OK") rescue StandardError => e fail_finding("garage_storage", "warning", "garage_storage:head", "Garage storage non raggiungibile", e.message) end