This module contains a small python program that checks the availability of a local program
Watchdog
Bases: object
object
This class implements a watchdog that regularly checks whether a given process is still alive
pid
The process id that is watched for
reset
Resets the watched pid
start
Starts the watchdog in a new thread
stop
Stops the watchdog