NEWS
[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"
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden