Grafana install: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 19: Zeile 19:
 
*systemctl status grafana-server
 
*systemctl status grafana-server
 
=Grafana Web=
 
=Grafana Web=
 +
Default user ist admin and default password is also admin
 
[[Datei:grafana-1.png]]
 
[[Datei:grafana-1.png]]
 
+
First change the password
 
[[Datei:grafana-2.png]]
 
[[Datei:grafana-2.png]]
  

Version vom 10. Oktober 2019, 14:02 Uhr

Only the package

Install over repository

Install software-properties-common

  • sudo apt-get install -y software-properties-common

Add our gpg key. This allows you to install signed packages

Install the repository for stable releases

Update your Apt repositories and install Grafana

  • sudo apt-get update
  • sudo apt-get 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 Grafana-1.png First change the password Grafana-2.png

Grafana-3.png

Grafana-4.png

Datei:Grafana-5.png

Datei:Grafana-6.png