Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/initialstate/pi-process-dashboard
How to remotely monitor your Raspberry Pi processes and IP addresses
https://github.com/initialstate/pi-process-dashboard
Last synced: 3 months ago
JSON representation
How to remotely monitor your Raspberry Pi processes and IP addresses
- Host: GitHub
- URL: https://github.com/initialstate/pi-process-dashboard
- Owner: initialstate
- License: mit
- Created: 2016-12-08T19:00:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T17:50:16.000Z (almost 6 years ago)
- Last Synced: 2024-06-25T02:33:30.141Z (4 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 288
- Watchers: 47
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remotely Monitor Your Pi Processes and IP Addresses
---
_by Jamie Bailey_![Process Dashboard Hero](https://github.com/InitialState/pi-process-dashboard/wiki/img/pi_process_dashboard.jpg)
If you are using one or more Raspberry Pis to run a dedicated task (such as monitoring [who's at home](https://github.com/initialstate/pi-sensor-free-presence-detector/wiki) or [the weather](https://github.com/initialstate/wunderground-sensehat/wiki) or [your beer fridge](https://github.com/initialstate/beerfridge/wiki)), you need those processes to run uninterrupted. A task that exits unexpectedly may need your immediate attention to avoid lost data, project delays, or a system failure. It is impractical to manually babysit a bunch of Pis to make sure everything keeps running. A better way to ensure continuous operation is to be alerted when a process exits and be able to pull up a single dashboard at anytime to see the status of every important process running on every one of your deployed Pis. If your Pi is running headless, having the IP address of that Pi in the same dashboard will also come in handy.
In this tutorial, we will use a couple of simple scripts to:
- create a web-based dashboard that monitors the status of multiple processes and IP addresses of each device
- configure our Pi to launch the dedicated process and its monitor on boot
- create an email/SMS notification when a process exits[Read More ...](https://github.com/initialstate/pi-process-dashboard/wiki)