cloudant / sabisu

A sensu web UI powered by Cloudant
https://sabisuapp.org
Apache License 2.0
31 stars 6 forks source link

"connection refused" trying to access my sabisu web portal #28

Closed marianogg9 closed 10 years ago

marianogg9 commented 10 years ago

Hi guys. Just installed Sabisu (gem) and configured my config file as: { "SABISU_ENV": "production", "PORT": 3000, "CLOUDANT_USER": "my_user", "CLOUDANT_PASSWORD": "my_password", "CLOUDANT_URL": "user.cloudant.com", "CLOUDANT_CURRENTDB": "sensu_current", "CLOUDANT_HISTORYDB": "sensu_history", "API_URL": "sensu_api_server", "API_SSL": false, "API_USER": "guest", "API_PASSWORD": "guest", "API_PORT": 4567, "NOAUTH": true, "SSL_ONLY": false, "CUSTOM_FIELDS": [ { "name": "datacenter", "path": "client.datacenter", "facet": true, "type": "str", "index": true } ] }

Configured a vhost in my httpd server to run this and started the service: $ sabisu -c config.json

I'm getting 503 connection refused errors. Could this be related to a SSL issue?

Thanks!

jakeatwork commented 9 years ago

@marianogg9 did you figure this out? appears i'm having the same issue...the UI renders for sabisu, but it won't render any json data and displays a 503 status. thanks.