Hello,
I am facing issues with external checks from proxy for host monitoring. The file is located on the proxy instead of server as the host is monitored by proxy. The details of configuration & issue is as below
Filepath : /usr/lib/zabbix/externalscripts/ArubaUserCount.sh
File permission:
-rwxr-xr-x 1 root root 97 Aug 9 13:07 ArubaUserCount.sh
File content:
#!/bin/bash
snmpwalk -v2c -c arubaRO 192.168.4.6 .1.3.6.1.4.1.14823.2.3.3.1.2.4.1.3 | wc -l
Item configuration:
Issue :
I am getting "No such file or directory" error.
/usr/lib/zabbix/externalscripts/ArubaUserCount: [2] No such file or directory"
Any pointers will be helpful.
TIA
Ken
I am facing issues with external checks from proxy for host monitoring. The file is located on the proxy instead of server as the host is monitored by proxy. The details of configuration & issue is as below
Filepath : /usr/lib/zabbix/externalscripts/ArubaUserCount.sh
File permission:
-rwxr-xr-x 1 root root 97 Aug 9 13:07 ArubaUserCount.sh
File content:
#!/bin/bash
snmpwalk -v2c -c arubaRO 192.168.4.6 .1.3.6.1.4.1.14823.2.3.3.1.2.4.1.3 | wc -l
Item configuration:
Issue :
I am getting "No such file or directory" error.
/usr/lib/zabbix/externalscripts/ArubaUserCount: [2] No such file or directory"
Any pointers will be helpful.
TIA
Ken
Comment