This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:internetofthings:graphite [2017/03/10 09:08] – [graphite-web] scipio | projects:internetofthings:graphite [2017/11/18 08:36] (current) – scipio | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| done | done | ||
| </ | </ | ||
| + | |||
| ===== graphite-web ===== | ===== graphite-web ===== | ||
| Line 43: | Line 44: | ||
| # choose user and password | # choose user and password | ||
| graphite-manage syncdb | graphite-manage syncdb | ||
| - | chown www-data:www-data | + | chown _graphite:_graphite |
| #python / | #python / | ||
| </ | </ | ||
| Line 60: | Line 61: | ||
| <code bash> | <code bash> | ||
| - | apt install uwsgi uwsgi-plugin-python | + | apt install |
| </ | </ | ||
| Line 117: | Line 118: | ||
| </ | </ | ||
| - | |||
| - | ===== grafana ===== | ||
| - | |||
| - | ==== install ==== | ||
| - | |||
| - | <code bash> | ||
| - | echo "deb https:// | ||
| - | curl https:// | ||
| - | apt update | ||
| - | apt install -y grafana | ||
| - | systemctl enable grafana-server | ||
| - | systemctl start grafana-server | ||
| - | </ | ||
| - | |||
| - | Login to http:// | ||
| - | |||
| - | add datasource {{ : | ||