mirror of https://github.com/vacp2p/wakurtosis.git
For dash source should be .
This commit is contained in:
parent
ec63fbb9fb
commit
cf88885e16
2
run.sh
2
run.sh
|
@ -144,7 +144,7 @@ if [ "$metrics_infra" = "container-proc" ];
|
|||
then
|
||||
echo "Starting monitoring with probes in the containers"
|
||||
# Start process level monitoring (in background, will wait to WSL to be created)
|
||||
source ./monitoring/container-proc/venv/bin/activate
|
||||
. ./monitoring/container-proc/venv/bin/activate
|
||||
sudo -E python3 ./monitoring/container-proc/monitor.py &
|
||||
monitor_pid=$!
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue