-
Notifications
You must be signed in to change notification settings - Fork 4
State Machine development #53
Copy link
Copy link
Open
Labels
Description
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/string:process_name')
[from Dan Avner email 9/2/2020]
Reactions are currently unavailable