_internal.monitor_process currently monitors the ACU agent's generate_scan process during a scan, and will raise if the process crashes. However there are more processes we need to monitor during scans. monitor_process should be expanded to take in a list of processes to monitor. This will include the smurf stream processes, for example.
_internal.monitor_process
currently monitors the ACU agent'sgenerate_scan
process during a scan, and willraise
if the process crashes. However there are more processes we need to monitor during scans.monitor_process
should be expanded to take in a list of processes to monitor. This will include the smurf stream processes, for example.