Maintenance: Zendesk changed response for not existing instances.

This commit is contained in:
Mantas 2021-04-21 13:35:09 +03:00 committed by Thorsten Eckel
parent 8dc68ca1e4
commit 7e064ee35b

View file

@ -17,6 +17,7 @@ class ImportZendeskController < ApplicationController
translation_map = { translation_map = {
'No such file' => 'Hostname not found!', 'No such file' => 'Hostname not found!',
'getaddrinfo: nodename nor servname provided, or not known' => '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!', 'No route to host' => 'No route to host!',
'Connection refused' => 'Connection refused!', 'Connection refused' => 'Connection refused!',
} }