NEWS
[gelöst]Grafana Installationsprobleme
[gelöst]Grafana Installationsprobleme
-
Auf einem RaspBerry Pi 4 4GB mit Rasbian hat mir diese Anlietung geholfen.
Quelle: https://simonhearne.com/2020/pi-influx-grafana/
Step 3: Install Grafana§
Again we need to add the Grafana packages to apt:wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
We can now update and install the binaries:sudo apt update && sudo apt install -y grafana
Then simply enable the service and set to run at boot:sudo systemctl unmask grafana-server.service
sudo systemctl start grafana-server
sudo systemctl enable grafana-server.service
Now we can check that grafana is up by loading it in a browser: http://<ipaddress>:3000. If so, you can log in with the username and password = admin and set a new admin password. -
Auf einem RaspBerry Pi 4 4GB mit Rasbian hat mir diese Anlietung geholfen.
Quelle: https://simonhearne.com/2020/pi-influx-grafana/
Step 3: Install Grafana§
Again we need to add the Grafana packages to apt:wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
We can now update and install the binaries:sudo apt update && sudo apt install -y grafana
Then simply enable the service and set to run at boot:sudo systemctl unmask grafana-server.service
sudo systemctl start grafana-server
sudo systemctl enable grafana-server.service
Now we can check that grafana is up by loading it in a browser: http://<ipaddress>:3000. If so, you can log in with the username and password = admin and set a new admin password.@Paul-OL
Vielen Dank für deine Antwort. Grafana läuft mittlerweile bei mir und bin hardwaremäßig auch vom raspberry weg zu einem "nuc"