実現したいこと
- GrafanaでinfluxDBに保存したデータをliveでグラフ化する
前提
メインのpythonコードの方はこちら
発生している問題・エラーメッセージ
↓私のGrafana on Raspberry pi の画面
データソースを追加で追加できないので、influxDBからのデータ取り込みができず、困っています。
↓本来のGrafana on Raspberry pi の画面
(https://pimylifeup.com/raspberry-pi-grafana/ より引用)
apt-get 時のログ 等
commandline
1pi@raspberrypi:~ $ sudo apt install -y grafana 2Reading package lists... Done 3Building dependency tree... Done 4Reading state information... Done 5The following additional packages will be installed: 6 musl 7The following NEW packages will be installed: 8 grafana musl 90 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 10Need to get 98.9 MB of archives. 11After this operation, 375 MB of additional disk space will be used. 12Get:1 http://deb.debian.org/debian bullseye/main arm64 musl arm64 1.2.2-1 [399 kB] 13Get:2 https://packages.grafana.com/oss/deb stable/main arm64 grafana arm64 10.1.1 [98.5 MB] 14Fetched 98.9 MB in 38s (2,630 kB/s) 15Selecting previously unselected package musl:arm64. 16(Reading database ... 102362 files and directories currently installed.) 17Preparing to unpack .../musl_1.2.2-1_arm64.deb ... 18Unpacking musl:arm64 (1.2.2-1) ... 19Selecting previously unselected package grafana. 20Preparing to unpack .../grafana_10.1.1_arm64.deb ... 21Unpacking grafana (10.1.1) ... 22Setting up musl:arm64 (1.2.2-1) ... 23Setting up grafana (10.1.1) ... 24Restarting grafana-server service... OK 25Processing triggers for man-db (2.9.4-2) ...
試したこと
apt-getリストが破損した、との警告が途中で出たため、apt-get -fオプションを使って修復し、その後、
commandline
1sudo apt-get remove grafana 2sudo apt-get install grafana
を実行し、再設定しましたが、変わりませんでした。
補足情報 ハードウェア、ソフトウェアversion
- Raspberry pi 4B
- Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
- apt 2.2.4 (arm64)
回答1件
あなたの回答
tips
プレビュー