← Back to team overview

graphite-dev team mailing list archive

[Question #234741]: contents of rewrite-rules.conf not working

 

New question #234741 on Graphite:
https://answers.launchpad.net/graphite/+question/234741

I updated the rerwite-rules.conf file and I am still not able to see the changes when I go to the graphite dashboard
what else needs to get done?

/opt/graphite/conf# cat /opt/graphite/conf/rewrite-rules.conf| grep -v \#

[pre]
\.if_errors\. = .errors.
\.if_octets\. = .bytes.
\.if_packets\. = .packets.

--- snip ---

I restarted carbon-cache.py and restarted run-graphite-devel-server.py
I am NOT running carbon-aggregator.py

sudo /opt/graphite/bin/carbon-cache.py stop
sudo /opt/graphite/bin/carbon-cache.py start
<<killed off run-graphite-devel-server.py>>
/opt/graphite/bin/run-graphite-devel-server.py /opt/graphite/


:/opt/graphite/conf# !cat
cat carbon.conf| grep -v \#
[cache]

USER =

MAX_CACHE_SIZE = inf

MAX_UPDATES_PER_SECOND = 1000

MAX_CREATES_PER_MINUTE = 50

LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2003

ENABLE_UDP_LISTENER = False
UDP_RECEIVER_INTERFACE = 0.0.0.0
UDP_RECEIVER_PORT = 2003

PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2004

USE_INSECURE_UNPICKLER = False

CACHE_QUERY_INTERFACE = 0.0.0.0
CACHE_QUERY_PORT = 7002

USE_FLOW_CONTROL = True

LOG_UPDATES = False

WHISPER_AUTOFLUSH = False








[relay]
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2013
PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2014

RELAY_METHOD = rules

REPLICATION_FACTOR = 1

DESTINATIONS = 127.0.0.1:2004

MAX_DATAPOINTS_PER_MESSAGE = 500
MAX_QUEUE_SIZE = 10000

USE_FLOW_CONTROL = True


[aggregator]
LINE_RECEIVER_INTERFACE = 0.0.0.0
LINE_RECEIVER_PORT = 2023

PICKLE_RECEIVER_INTERFACE = 0.0.0.0
PICKLE_RECEIVER_PORT = 2024

DESTINATIONS = 127.0.0.1:2004

REPLICATION_FACTOR = 1

MAX_QUEUE_SIZE = 10000

USE_FLOW_CONTROL = True

MAX_DATAPOINTS_PER_MESSAGE = 500

MAX_AGGREGATION_INTERVALS = 5

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