the page display:
Parameter Value Details
Zabbix server is running No localhost:10051
test as follows,Process of zabbix_server is exist, why is not running
1、ps -ef | grep zabbix
zabbix 16121 16115 0 May29 ? 00:00:00 /usr/local/zabbix/sbin/zabbix_agentd
zabbix 16197 1 0 May29 ? 00:00:00 /usr/local/zabbix/sbin/zabbix_server
2、netstat -anltp | grep zabbix
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 16115/zabbix_agentd
Parameter Value Details
Zabbix server is running No localhost:10051
test as follows,Process of zabbix_server is exist, why is not running
1、ps -ef | grep zabbix
zabbix 16121 16115 0 May29 ? 00:00:00 /usr/local/zabbix/sbin/zabbix_agentd
zabbix 16197 1 0 May29 ? 00:00:00 /usr/local/zabbix/sbin/zabbix_server
2、netstat -anltp | grep zabbix
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 16115/zabbix_agentd
Comment