← Back to team overview

graphite-dev team mailing list archive

Re: [Question #628268]: Verifying data sent from relay to cache.

 

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

Chris posted a new comment:
For reference here is our carbon.conf

[cache]
USER = carbon
MAX_CACHE_SIZE = 500000
MAX_UPDATES_PER_SECOND = 1000
MAX_CREATES_PER_MINUTE = 1000
LOG_UPDATES = false
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2013
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2014
CACHE_QUERY_INTERFACE = 127.0.0.1
CACHE_QUERY_PORT = 7002
USE_INSECURE_UNPICKLER = false

[relay]
USER = carbon
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2003
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2004
RELAY_METHOD = consistent-hashing
REPLICATION_FACTOR = 1
DESTINATIONS = 127.0.0.1:2014

[aggregator]
USER = carbon
DESTINATIONS = 127.0.0.1:2014
LINE_RECEIVER_PORT = 2023
PICKLE_RECEIVER_PORT = 2024
RULES = []

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.