Description
Hi,
for monitoring proxmox i'm using check_pve.py script from other project
I have added scipt in folder /data/monitoring-plugins with correct permissions.
This python module py3-requests is necessary for using this script, because i have the output "Missing python module: No module named 'requests'".
I have installed it with command line and it works.--> apk add py3-requests
Is it possible to integrate it in default image?
Thanks.