Fix http response code and console command status on some errors
Now if some checks is failed we return 200 http code on http call and 0 exit code on console call.
But we should return 503 http code and non-0 console exit code if some problems was found.