← Back to team overview

graphite-dev team mailing list archive

[Question #204880]: graphite dashboard doesn't work

 

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

I just followed the installation instructions from the main graphite website, also with some help from http://www.osninja.com/wp/?p=134.

Here are my current configs, all and any help is appreciated. Let me know if you need anything else: http://pastie.org/4379551


Current error log from apache:
Nothing shows in the apache error log, only a 404 for / in the access log

Storage log:
[Thu Aug 02 00:17:16 2012] [error] (2)No such file or directory: mod_wsgi (pid=4754, process='graphite', application=''): Call to fopen() failed for '/opt/graphite/conf/graphite.wsgi'.
[Thu Aug 02 00:17:20 2012] [error] [client 192.168.57.1] Target WSGI script not found or unable to stat: /opt/graphite/conf/graphite.wsgi
[Thu Aug 02 00:17:23 2012] [error] [client 192.168.57.1] Target WSGI script not found or unable to stat: /opt/graphite/conf/graphite.wsgi
[Thu Aug 02 00:17:27 2012] [error] [client 192.168.57.1] Target WSGI script not found or unable to stat: /opt/graphite/conf/graphite.wsgi
[Thu Aug 02 00:17:31 2012] [error] [client 192.168.57.1] Target WSGI script not found or unable to stat: /opt/graphite/conf/graphite.wsgi


Current listening processes:
tcp        0      0 :::11211                    :::*                        LISTEN      3486/memcached      
tcp        0      0 :::80                       :::*                        LISTEN      4734/httpd 
tcp        0      0 0.0.0.0:2003                0.0.0.0:*                   LISTEN      3500/python         
tcp        0      0 0.0.0.0:2004                0.0.0.0:*                   LISTEN      3500/python         
tcp        0      0 0.0.0.0:7002                0.0.0.0:*                   LISTEN      3500/python         
tcp        0      0 127.0.0.1:58767             127.0.0.1:2003              ESTABLISHED 3557/python         
tcp        0      0 127.0.0.1:2003              127.0.0.1:58767             ESTABLISHED 3500/python       
tcp        0      0 0.0.0.0:8126                0.0.0.0:*                   LISTEN      3512/node           
udp        0      0 0.0.0.0:8125                0.0.0.0:*                               3512/node    


Current running processes:
[1]-  Running                 nohup /usr/local/bin/node stats.js local.js &  (wd: /opt/graphite/statsd)
[2]+  Running                 python /root/graphite-web/examples/example-client.py &  (wd: /opt/graphite/statsd) (the test works)


Graphite is seriously lacking in the documentation respect, and there are a lot of moving parts, which makes for some serious weed-whacking in getting it up and running. Just putting it out there.

Any help in trying to get this up and running is appreciated. I'm looking for a good replacement for munin.


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