My zabbix_server always is down???
No. Thanks this patch
My system is FreeBSD 6.1
No. Thanks this patch
Code:
--- /root/zabbix/zabbix-1.1/frontends/php/include/config.inc.php Fri Jun 2 14:11:36 2006
+++ config.inc.php Wed Jun 7 10:46:57 2006
@@ -1861,7 +1861,7 @@
global $DB_TYPE;
$status = array();
// server
- 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) )
+ if( (exec("ps -ef|grep zabbix_server|grep -v grep|wc -l")>0) || (exec("ps -ax|grep zabbix_server|wc -l")>1) )
{
$status["zabbix_server"] = S_YES;
}
I don't know.
Comment