Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:internetofthings:graphite [2017/03/13 15:58] – [install] 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 | ||
- | </ |