All Projects â†’ TheReal1604 â†’ rpi-monitoring-node

TheReal1604 / rpi-monitoring-node

Licence: other
Automated installation of Grafana, Telegraf and influxdb for your Raspberry Pi

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to rpi-monitoring-node

grafana-dashboards
List of Grafana Dashboards 📺
Stars: ✭ 120 (+566.67%)
Mutual labels:  influxdb, grafana, telegraf
docker-telegraf-influxdb-grafana
Docker Image with Telegraf, InfluxDB and Grafana
Stars: ✭ 17 (-5.56%)
Mutual labels:  influxdb, grafana, telegraf
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-22.22%)
Mutual labels:  influxdb, grafana, telegraf
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (+22.22%)
Mutual labels:  influxdb, grafana, telegraf
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (+116.67%)
Mutual labels:  influxdb, grafana, telegraf
telegraf-influxdb-grafana
TIG Stack
Stars: ✭ 30 (+66.67%)
Mutual labels:  influxdb, grafana, telegraf
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (+111.11%)
Mutual labels:  influxdb, grafana, telegraf
docker-iot-dashboard
A complete IoT server for LoRaWAN IoT projects: node-red + influxdb + grafana + ssl + let's encrypt using docker-compose.
Stars: ✭ 79 (+338.89%)
Mutual labels:  influxdb, grafana
influx4mqtt
Insert incoming MQTT values into InfluxDB. Follows mqtt-smarthome architecture.
Stars: ✭ 34 (+88.89%)
Mutual labels:  influxdb, grafana
formula1-telemetry-kafka
No description or website provided.
Stars: ✭ 99 (+450%)
Mutual labels:  influxdb, grafana
pm2-free-monitoring
Pm2 free monitoring with Grafana and InfluxDb!
Stars: ✭ 38 (+111.11%)
Mutual labels:  influxdb, grafana
Synology-NAS-monitoring
influxDB, Grafana, snmp and telegraf
Stars: ✭ 140 (+677.78%)
Mutual labels:  grafana, telegraf
tracker
Track your activities!
Stars: ✭ 14 (-22.22%)
Mutual labels:  influxdb, grafana
solar-logger
A datalogger for a solar inverter. Stores data in influxdb and displays it in grafana. Has load diverting capability, to use the inverter's excess power
Stars: ✭ 53 (+194.44%)
Mutual labels:  influxdb, grafana
iot-edge-offline-dashboarding
Azure IoT Edge offline dashboarding/reporting sample. Guidance and sample dashboards
Stars: ✭ 31 (+72.22%)
Mutual labels:  influxdb, grafana
Sofar LSW3
Get MODBUS data from Sofar (K-TLX) inverter through LSW-3 or LSE module
Stars: ✭ 57 (+216.67%)
Mutual labels:  influxdb, grafana
InfluxDB
App Metrics Extensions for InfluxDB reporting
Stars: ✭ 17 (-5.56%)
Mutual labels:  influxdb, grafana
grafana-influx-admin
InfluxDB admin panels for grafana
Stars: ✭ 34 (+88.89%)
Mutual labels:  influxdb, grafana
devops-kpi-chapter1
DevOps KPI in Practice - Chapter 1 - Source Code
Stars: ✭ 25 (+38.89%)
Mutual labels:  influxdb, grafana
jmeter-influxdb2-listener-plugin
Influx DB v2.0 listener plugin for Apache JMeter. Provides the possibility to see the online dashboard (aggregation table, errors, the response body of failures).
Stars: ✭ 64 (+255.56%)
Mutual labels:  influxdb, grafana

rpi-monitoring-node

A repo to automate the installation of telegraf, influxdb and grafana on your raspberry pi with a predefined dashboard.

Its based on:

https://github.com/influxdata/influxdb

https://github.com/influxdata/telegraf

https://github.com/grafana/grafana

Work in progress.

Install Steps

  • install clean raspbian jessie on your pi
  • apt-get install git
  • git clone https://github.com/TheReal1604/rpi-monitoring-node.git
  • cd rpi-monitoring-node
  • chmod +x install.sh
  • sudo ./install.sh
  • Just wait some minutes until your fresh configured grafana instance is spawning
  • open browser and access the url shown in the terminal:

If you want to add some telegraf plugins, edit the telegraf conf:

vi /etc/telegraf/telegraf.conf

ToDos

  • Implement that the password from grafana admin is changed (grafana-cli is not working atm..)
  • Implement better dashboard
  • Implement external IP check

Contribution

  • Feel free to open a pull request if you want to contribute
  • You even can help if you make an issue with an additional idea for a necessary check

Screenshots

Should be added.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].