graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05691
[Question #269760]: new graphite install not showing graphs
New question #269760 on Graphite:
https://answers.launchpad.net/graphite/+question/269760
I've installed graphite and carbon from yum on CentOS 6.6 (using the EPEL repo). I compiled collectd from source. Collectd is running, and carbon-cache, carbon-aggregator, and carbon-relay are running. I can see wsp files getting updated under /var/lib/carbon.
But the graphite web interface doesn't show anything in the tree on the left. I see "Graphite", "My Graphs", and "User Graphs", but there's nothing under Graphite and the other two just show "No saved graphs". The search tab doesn't return anything, and the auto-completer doesn't autocomplete anything.
The only thing I can find that looks like an obvious problem is in /var/log/httpd/error.log:
[Tue Jul 28 16:03:49 2015] [error] Traceback (most recent call last):
[Tue Jul 28 16:03:49 2015] [error] File "/usr/lib64/python2.6/logging/handlers.py", line 77, in emit
[Tue Jul 28 16:03:49 2015] [error] self.doRollover()
[Tue Jul 28 16:03:49 2015] [error] File "/usr/lib64/python2.6/logging/handlers.py", line 329, in doRollover
[Tue Jul 28 16:03:49 2015] [error] os.rename(self.baseFilename, dfn)
[Tue Jul 28 16:03:49 2015] [error] OSError: [Errno 13] Permission denied
Any suggestions for where I should look?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.