← Back to team overview

graphite-dev team mailing list archive

Re: [Question #195886]: Clustered Webapp - Not Communicating

 

Question #195886 on Graphite changed:
https://answers.launchpad.net/graphite/+question/195886

VegHead gave more information on the question:
I did a little more debugging and modified storage.py to directly hard
code my remote hosts:

STORE = Store(settings.DATA_DIRS,
remote_hosts=["cache4.graphite.prod.example.ec2", "127.0.0.1"])

That worked. So, somehow my CLUSTER_SERVERS value isn't getting pulled
in from local_settings.py correctly.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.