collectd_graphite_grafana

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
collectd_graphite_grafana [2017/04/01 13:35] – [Konfiguration] brotcollectd_graphite_grafana [2017/04/07 16:57] brot
Line 106: Line 106:
 root@minipi:/home/pi# systemctl restart nginx root@minipi:/home/pi# systemctl restart nginx
 </code> </code>
 +
 +===== Grafana =====
 +
 +==== Installation ====
 +
 +Grafana soll, wie auch der Rest der Software, auf einem Raspberry Pi laufen. Die Grafana-Pakete gibt es allerdings nur [[https://packages.debian.org/unstable/web/grafana|in Debian unstable ]](Stand April 2017). Wir brauchen also das "unstable" Repository, und müssen aufpassen dass wir nicht unsere ganze Software über dieses beziehen. Dafür gibt es das [[https://wiki.debian.org/AptPreferences|Pinning von Repositorys]].
 +
 +<code bash ->
 +root@minipi:/home/pi# echo "deb http://ftp.de.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/deb_unstable.list
 +root@minipi:/home/pi# cat >> /etc/apt/preferences.d/pinning << EOF
 +> Package: *
 +> Pin: release a=stable 
 +> Pin-Priority: 999
 +
 +> Package: *
 +> Pin: release a=unstable
 +> Pin-Priority: 1  
 +> EOF
 +root@minipi:/home/pi# apt update
 +root@minipi:/home/pi# apt install grafana
 +</code>
 +
 +
 +
  • collectd_graphite_grafana.txt
  • Last modified: 2017/07/05 13:40
  • by brot