Hi,
I want to use zabbix to monitor mysql with a php script.
but no luck the zabbix_agentd always run into timeout.
I traced the code and found zabbix_agentd just call execl to ask /bin/sh to invoke the command.
then I try to run the command "/bin/sh -c php -v" in my linux ssh terminal and nothing return!
I know it's not the zabbix_agentd's fault, but how can I fix it?
OS: centos 6.3, 64bit + php 5.3.3 cli
many thanks for your help!
I want to use zabbix to monitor mysql with a php script.
but no luck the zabbix_agentd always run into timeout.
I traced the code and found zabbix_agentd just call execl to ask /bin/sh to invoke the command.
then I try to run the command "/bin/sh -c php -v" in my linux ssh terminal and nothing return!
I know it's not the zabbix_agentd's fault, but how can I fix it?
OS: centos 6.3, 64bit + php 5.3.3 cli
many thanks for your help!
Comment