{"id":15178844,"url":"https://github.com/soltanoff/raspberry_pi_grafana_monitoring","last_synced_at":"2026-02-15T03:31:21.796Z","repository":{"id":247681165,"uuid":"826520678","full_name":"soltanoff/raspberry_pi_grafana_monitoring","owner":"soltanoff","description":"Grafana Monitoring setup guide for Raspberry Pi5","archived":false,"fork":false,"pushed_at":"2024-07-09T22:16:09.000Z","size":1208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T14:52:07.542Z","etag":null,"topics":["grafana","grafana-dashboard","influxdb","monitoring","raspberry-pi","raspberry-pi-5","telegraf"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soltanoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T21:39:33.000Z","updated_at":"2024-07-10T07:39:46.000Z","dependencies_parsed_at":"2024-07-10T03:44:01.698Z","dependency_job_id":null,"html_url":"https://github.com/soltanoff/raspberry_pi_grafana_monitoring","commit_stats":null,"previous_names":["soltanoff/raspberry_pi_grafana_monitoring"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/soltanoff/raspberry_pi_grafana_monitoring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fraspberry_pi_grafana_monitoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fraspberry_pi_grafana_monitoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fraspberry_pi_grafana_monitoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fraspberry_pi_grafana_monitoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soltanoff","download_url":"https://codeload.github.com/soltanoff/raspberry_pi_grafana_monitoring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soltanoff%2Fraspberry_pi_grafana_monitoring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29466929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grafana","grafana-dashboard","influxdb","monitoring","raspberry-pi","raspberry-pi-5","telegraf"],"created_at":"2024-09-27T15:40:17.430Z","updated_at":"2026-02-15T03:31:21.777Z","avatar_url":"https://github.com/soltanoff.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi 5 Grafana Monitoring\n\n## Config\n\n* OS: `Ubuntu 24.04 noble`\n* Kernel: `aarch64 Linux 6.8.0-1004-raspi`\n* CPU: `ARM Cortex-A76 @ 4x 3.1GHz`\n* Memory: `7938MiB`\n\n```\n                          ./+o+-       \n                  yyyyy- -yyyyyy+      \n               ://+//////-yyyyyyo      \n           .++ .:/++++++/-.+sss/`      \n         .:++o:  /++++++++/:--:/-      \n        o:+o+:++.`..```.-/oo+++++/     \n       .:+o:+o/.          `+sssoo+/    \n  .++/+:+oo+o:`             /sssooo.   \n /+++//+:`oo+o               /::--:.   \n \\+/+o+++`o++o               ++////.   \n  .++.o+++oo+:`             /dddhhh.  \n       .+.o+oo:.          `oddhhhh+   \n        \\+.++o+o``-````.:ohdhhhhh+    \n         `:o+++ `ohhhhhhhhyo++os:     \n           .o:`.syhhhhhhh/.oo++o`     \n               /osyyyyyyo++ooo+++/    \n                   ````` +oo+++o\\:    \n                          `oo++.     \n```\n\n## Setup\n\n1. Preparation step\n\n  ```shell\n  sudo apt-get update\n  ```\n\n2. Install `grafana` (\n   source: [here](https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/#install-from-apt-repository))\n\n  ```shell\n  sudo apt-get install -y adduser libfontconfig1 musl\n  wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg \u003e /dev/null\n  echo \"deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main\" | sudo tee /etc/apt/sources.list.d/grafana.list\n  sudo apt-get update \u0026\u0026 sudo apt-get install -y grafana\n  sudo systemctl daemon-reload\n  sudo systemctl enable grafana-server\n  sudo systemctl start grafana-server\n  ```\n\n3. Install `InfluxDB` and `telegraf`\n    1. Install `InfluxDB` and `telegraf` (\n       source: [here](https://docs.influxdata.com/influxdb/v1/introduction/install/#installing-influxdb-oss))\n    ```shell\n    wget -q https://repos.influxdata.com/influxdata-archive_compat.key\n    echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c \u0026\u0026 cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg \u003e /dev/null\n    echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y influxdb influxdb-client\n    sudo apt-get update \u0026\u0026 sudo apt-get install telegraf\n    ```\n    2. Move configs from this repo with replace as is.\n    ```shell\n    sudo mv etc/telegraf/* /etc/telegraf/\n    ```\n    3. Grant `telegraf` user\n    ```shell\n    sudo usermod -G video telegraf\n    ```\n    4. Run services\n    ```shell\n    sudo systemctl unmask influxdb.service\n    sudo systemctl start influxdb\n    sudo systemctl reload telegraf.service\n    sudo systemctl start telegraf.service\n    ```\n4. Configure the data sources\n    1. Set `InfluxDB` http settings\n       ![influxdb_http.png](assets/influxdb_http.png)\n    2. Set `telegraf` settings (P.S.: password is `telegraf_linux`)\n       ![influxdb_telegraf.png](assets/influxdb_telegraf.png)\n   3. Save the datasource UID.\n      ![datasource_uid.png](assets/datasource_uid.png)\n   4. Create a `dashboard.json` from [dashboard.json.template](dashboard.json.template)\n      ```shell\n      cp dashboard.json.template dashboard.json\n      ```\n   5. Replace `\u003cPUT_UID_HERE\u003e` with the uid of your data source in `dashboard.json`\n5. Import dashboard from your `dashboard.json`\n6. ???\n7. PROFIT\n\n## Result\n\n![dashboard.png](assets/dashboard.png)\n\n## P.S.:\n\nSource: https://grafana.com/grafana/dashboards/10578-raspberry-pi-monitoring/\n\nThis dashboard contains multiples sections with the goal to monitor a full Raspberry Pi board or boards, we have some\nsections to monitor the Linux and machine overall performance, and temperature.\n[Special thanks to Lex Rivera for his Linux System dashboard](https://grafana.com/orgs/lex)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoltanoff%2Fraspberry_pi_grafana_monitoring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoltanoff%2Fraspberry_pi_grafana_monitoring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoltanoff%2Fraspberry_pi_grafana_monitoring/lists"}