This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:internetofthings:graphite [2017/04/03 14:44] – [plugins] scipio | projects:internetofthings:graphite [2017/11/18 08:36] (current) – scipio | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| done | done | ||
| </ | </ | ||
| + | |||
| ===== graphite-web ===== | ===== graphite-web ===== | ||
| Line 118: | Line 119: | ||
| - | ===== 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 {{ : | ||
| - | |||
| - | |||
| - | ==== plugins ==== | ||
| - | |||
| - | Add plugin in / | ||
| - | |||
| - | piechart | ||
| - | <code bash> | ||
| - | cd / | ||
| - | git clone https:// | ||
| - | systemctl restart grafana-server.service | ||
| - | </ | ||
| - | |||
| - | ===== influxdb ===== | ||
| - | |||
| - | < | ||
| - | curl -sL https:// | ||
| - | source / | ||
| - | echo "deb https:// | ||
| - | apt update | ||
| - | apt install influxdb | ||
| - | </ | ||