Hi all,
I'm currently trying to implement so external checks in my Zabbix.
I first created a directory {datadir}/zabbix/externalscripts
and then put a really basic test.sh script which is just :
#!/bin/bash
echo 1
--
Finally, I configured an External check item in Zabbix which key is test.sh[]
However, this doesn't work and all I got left with is a "timeout while executing a shell script" error.
Any help would be highly appreciated
MK
I'm currently trying to implement so external checks in my Zabbix.
I first created a directory {datadir}/zabbix/externalscripts
and then put a really basic test.sh script which is just :
#!/bin/bash
echo 1
--
Finally, I configured an External check item in Zabbix which key is test.sh[]
However, this doesn't work and all I got left with is a "timeout while executing a shell script" error.
Any help would be highly appreciated

MK
Comment