After upgradnig to Zabbix 1.1.3, my error_log has the following:
Seems that line 1922 of ./frontends/php/include/config.inc.php needs the dash removed infront of the "ps -ax" command, such as:
Code:
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ
Code:
if( (exec("ps -ef|grep zabbix_server|grep -v grep|wc -l")>0) || (exec("ps ax|grep zabbix_server|grep -v grep|wc -l")>0) )
Comment