graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00588
Re: [Question #137386]: relay-rules.conf seems to cause loss of some metrics
Question #137386 on Graphite changed:
https://answers.launchpad.net/graphite/+question/137386
Status: Open => Solved
Sean Byron confirmed that the question is solved:
I think I may have solved this issue. I think that my understanding of
the CACHE_SERVERS parameter in carbon.conf was flawed.
Previously, I was setting
"CACHE_SERVERS = graphite0.ourdomain.net, graphite1.ourdomain.net" on
the first two Graphite servers, and:
"CACHE_SERVERS = graphite2.ourdomain.net, graphite3.ourdomain.net" on
the second two Graphite servers.
I've modified the configuration so that it is identical on all four
Graphite servers:
"CACHE_SERVERS = graphite0.ourdomain.net, graphite1.ourdomain.net,
graphite2.ourdomain.net, graphite3.ourdomain.net"
It now appears to be working as intended.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.