New question #194645 on Graphite: https://answers.launchpad.net/graphite/+question/194645
Hello guys, I have install graphite version 0.9.9 with python2.4, everything seems to work fine but the dashboard is not showing any data under the trees. my carbon-cache is running: root 5454 1 0 23:04 ? 00:00:00 /usr/bin/python ./carbon-cache.py start I can see is getting the metrics and sending them to it: tail /opt/graphite/storage/log/carbon-cache-a/console.log -f 25/04/2012 00:22:36 :: Sorted 13 cache queues in 0.000011 seconds 25/04/2012 00:23:02 :: Sorted 53 cache queues in 0.000021 seconds 25/04/2012 00:23:36 :: Sorted 13 cache queues in 0.000011 seconds 25/04/2012 00:24:01 :: Sorted 53 cache queues in 0.000021 seconds the data is getting store in the whisper folder with the apache user and right permissions, here it is the configuration: /opt/graphite/storage/whisper [root@server whisper]# ls -lrt total 12 drwxr-xr-x 3 apache apache 4096 Apr 9 20:15 carbon drwxr-xr-x 4 apache apache 4096 Apr 24 21:52 test2 drwxr-xr-x 2 apache apache 4096 Apr 24 21:57 test cat storage-schemas.conf [default_1min_for_1day] pattern = .* retentions = 60s:1d for the carbon.conf i have been using this setup: [cache] LOCAL_DATA_DIR = /opt/graphite/storage/whisper/ USER = apache MAX_CACHE_SIZE = inf MAX_UPDATES_PER_SECOND = 3000 MAX_CREATES_PER_MINUTE = inf LINE_RECEIVER_INTERFACE = 0.0.0.0 LINE_RECEIVER_PORT = 2003 PICKLE_RECEIVER_INTERFACE = 0.0.0.0 PICKLE_RECEIVER_PORT = 2004 CACHE_QUERY_INTERFACE = 0.0.0.0 CACHE_QUERY_PORT = 7002 LOG_UPDATES = True 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 MAX_DATAPOINTS_PER_MESSAGE = 500 MAX_QUEUE_SIZE = 10000 [aggregator] LINE_RECEIVER_INTERFACE = 0.0.0.0 LINE_RECEIVER_PORT = 2023 PICKLE_RECEIVER_INTERFACE = 0.0.0.0 PICKLE_RECEIVER_PORT = 2024 DESTINATION_HOST = 127.0.0.1 DESTINATION_PORT = 2004 MAX_QUEUE_SIZE = 10000 MAX_DATAPOINTS_PER_MESSAGE = 500 but I also tried with the example one with no luck. Any clue?, Thanks in advance. David -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

