You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*I tried to execute sppmon using this command: docker run --rm -v /home/${USER}/spectrum-protect-sppmon/config_files/YOUR_SPP_SERVER_NAME.conf:/usr/src/app/YOUR_SPP_SERVER_NAME.conf:ro,Z -v /home/${USER}/sppmonLogs:/root/sppmonLogs:Z sppmon python sppmon.py --cfg=YOUR_SPP_SERVER_NAME.conf --test. However, even after replacing it with my spp file, I still encountered the '[can't open fil](python: can't open file '/usr/src/app/python': [Errno 2] No such file or directory)e' error. What should I do?"
The text was updated successfully, but these errors were encountered:
It seems like your python install is missing or corrupted.
Can you please make sure to follow the steps in the wiki, which creates the container, including python:
Hello,
Thanks for your reply.
my prblem is solved and i have another question Is it possible to modify the script so that it displays the names of the VMs in Grafana, along with their status? This would involve showing the VM name and each status state. If the status is 'failed,' could it display the details?
Best reagards,,
Le mer., janv. 3, 2024 à 18:19, Niels Korschinsky ***@***.***> a écrit:
Also, you can try to bash into the container to localize the python install / verify it exists:
docker exec -it <container name> /bin/bash
—
Reply to this email directly, view it on GitHub (#154 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/BE5ERKV6BIPEKKYJRXYJ3M3YMWHI3AVCNFSM6AAAAABBCL62GSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVG4YDQNJXHA).
You are receiving this because you were mentioned.Message ID: ***@***.***>
*I tried to execute sppmon using this command: docker run --rm -v /home/${USER}/spectrum-protect-sppmon/config_files/YOUR_SPP_SERVER_NAME.conf:/usr/src/app/YOUR_SPP_SERVER_NAME.conf:ro,Z -v /home/${USER}/sppmonLogs:/root/sppmonLogs:Z sppmon python sppmon.py --cfg=YOUR_SPP_SERVER_NAME.conf --test. However, even after replacing it with my spp file, I still encountered the '[can't open fil](python: can't open file '/usr/src/app/python': [Errno 2] No such file or directory)e' error. What should I do?"
The text was updated successfully, but these errors were encountered: