a few fixes for graphite-web
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
cb92cdfff7
commit
8fa651e92b
2 changed files with 10 additions and 0 deletions
|
@ -38,3 +38,8 @@
|
|||
- service
|
||||
- graphite
|
||||
- carbon
|
||||
|
||||
- name: Initialize graphite-web database (TODO - make this not use sqlite?)
|
||||
command: /usr/bin/graphite-manage syncdb
|
||||
tags:
|
||||
- graphite
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<Directory /usr/share/graphite>
|
||||
AllowOverride none
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName graphite.cloud.fedoraproject.org
|
||||
DocumentRoot "/usr/share/graphite/webapp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue