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