Skip to content

sooimon/pi-process-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#How to Remotely Monitor Your Pi Processes

by Jamie Bailey, December 12, 2016

Process Dashboard Hero

If you are using one or more Raspberry Pis to run a dedicated task (such as monitoring who's at home or the weather or your beer fridge), 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.

In this tutorial, we will use a couple of simple scripts to:

  • create a web-based dashboard that monitors the status of multiple processes
  • configure our Pi to launch the dedicated process and its monitor on boot
  • create an email/SMS notification when a process exits

Read More ...

About

How to remotely monitor your Raspberry Pi processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.8%
  • Shell 12.2%