conda activate pricer_env
echo "pricer_env activated"
this is how i'm trying to activate conda env inside start.sh file
the code inside monitrc is as shown bellow
check process pricer with pidfile /var/run/pricer.pid
start program = "/home/project/pricer/start.sh arguements" with timeout 60 seconds
stop program = "/home/project/pricer/stop.sh arguements"
why i'm unable to start the process and why monit is not activating conda env .
[IST Nov 15 11:32:35] error : 'pricer' failed to start (exit status 0) -- '/home/project/pricer/start.sh uat pricer': /home/archana/project/pricer/start.sh: line 14: activate: No such file or directory
can someone help me in this issue #monit
Top comments (0)