zabbix-disk-performance
zabbix-disk-performance copied to clipboard
sh: 1: /usr/local/bin/lld-disks.py: not found
Hi,
I was install it on ubuntu servers and it works.
Actualy I Install it on Debian9 and i get error:
sh: 1: /usr/local/bin/lld-disks.py: not found
But file exist on this localization and it have a executable permission.
How can I fix this problem?
Locally on machine it works (i pasting command from error)
Doing:
ssh [email protected] python3 /usr/local/bin/lld-disks.py
It works too
Unfortunately in logs I don't' see nothing special
Hi! I think you need to install python 2.7
sudo apt install python2.7 python-pip
Ok, thanks for answer. I don't know it works on python 2.7. tomorrow I will check this and back you
Do you have a solution for that problem?