gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

Connecting to a remote redis server #58

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by msseetal Thursday May 30, 2013 at 10:50 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/147


Hi guys,

I have been successful in setting up FnordMetric and it seems to meet all my needs. I am having issues with putting it on production. Here is a description of my setup

Here are some findings

  1. I am using the Ruby API and this seems to work (I can see keys being added to the Redis instance)
  2. When I start the FnordMetric server, I can see the appropriate logs
    • The Worker has started and can connect to the Redis instance (I can see new keys being added)
    • The Web has started (I can see the web page along with the list of all my gauges)

I can access both Activer Users and Gauge Explorer (I can see the events that I have created) however when I click on any of my gauges, it just hangs (All it shows is the top bar). The server just hangs (I have to kill it). I have determined this is because the redis server is located remotely. The setup works when the redis server is "local"; that is when the redis is located on my "basic server".

Any help would be much appreciated.

Thanks

Samir