From 7e064ee35b751857d10f6d8bcf8a358ce96aea48 Mon Sep 17 00:00:00 2001 From: Mantas Date: Wed, 21 Apr 2021 13:35:09 +0300 Subject: [PATCH] Maintenance: Zendesk changed response for not existing instances. --- app/controllers/import_zendesk_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/import_zendesk_controller.rb b/app/controllers/import_zendesk_controller.rb index ead7e99e6..a68a3dbe1 100644 --- a/app/controllers/import_zendesk_controller.rb +++ b/app/controllers/import_zendesk_controller.rb @@ -17,6 +17,7 @@ class ImportZendeskController < ApplicationController translation_map = { 'No such file' => 'Hostname not found!', 'getaddrinfo: nodename nor servname provided, or not known' => 'Hostname not found!', + '503 Service Temporarily Unavailable' => 'Hostname not found!', 'No route to host' => 'No route to host!', 'Connection refused' => 'Connection refused!', }