Grafana install: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „*Grafana Normale Installatio“)
Markierung: Ersetzt
Zeile 1: Zeile 1:
=Only the package=
+
*[[Grafana Normale Installatio]]
*wget https://dl.grafana.com/oss/release/grafana_6.4.2_amd64.deb
 
*sudo dpkg -i grafana_6.4.2_amd64.deb
 
 
 
=Install over repository=
 
==Install software-properties-common==
 
*sudo apt install -y software-properties-common
 
==Add our gpg key. This allows you to install signed packages==
 
*wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
 
==Install the repository for stable releases==
 
*sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
 
==Update your Apt repositories and install Grafana==
 
*sudo apt update
 
*sudo apt install grafana
 
=Start and enable=
 
*systemctl start grafana-server
 
*systemctl enable  grafana-server
 
=Check=
 
*systemctl status grafana-server
 
=Grafana Web=
 
Default user ist admin and default password is also admin
 
 
 
[[Datei:grafana-1.png]]
 
 
 
First change the password
 
 
 
[[Datei:grafana-2.png]]
 
 
 
Select Datasource Influxdb "928" and the right Influxdb-Telegraf-Source
 
 
 
[[Datei:grafana-3.png]]
 
 
 
Use + Import Dashboard
 
 
 
[[Datei:grafana-4.png]]
 

Version vom 19. November 2021, 14:33 Uhr