Hello I have i createt a Script in the Directory /var/prtg/scripts
#!/bin/bash echo 0:4:users
With chmod 755 /var/prtg/scripts/script.sh i made the Script executabel
I can Select in the SSH Sensor the Script, put when the Monitor is executet I recive always the Error
Response not wellformed: "-sh: /var/prtg/scripts/wifiusers.sh: not found " (code: PE132)
I recive the same Error when I run the Script with Putty on the Client
I am new with Linux and I have now more Ideas waht could be wrong Andy
Add comment