Create a list of all running processes and on what machine
Document how to check the status of each running process or the best way to check the status if it needs developed
To check status of processes with python, take a look at remote-obs-website/project/views.py
-- function system_processes()
-- call it by navigating to 10.30.1.24/system/processes
-- Currently hardcoded to check only rts2 processes, but could add in a process name string in url to check other processes like:
@app.route('/system/processes/')
State Machine (anyone)
Create a list of all running processes and on what machine
Document how to check the status of each running process or the best way to check the status if it needs developed
To check status of processes with python, take a look at remote-obs-website/project/views.py -- function system_processes() -- call it by navigating to 10.30.1.24/system/processes -- Currently hardcoded to check only rts2 processes, but could add in a process name string in url to check other processes like: @app.route('/system/processes/')
[from Dan Avner email 9/2/2020]