Ad Widget
Collapse
zabbix server is running :NO
Collapse
X
-
-
zabbix_server is definately not running (nor is the agent). What happens when you try to start it? Whats in the log?Comment
-
As said swaterhouse, server is NOT running... so it's normal it's displayed on the dashboard.
Run the server and the agent.
Login as zabbix user (su - zabbix), and then, run Zabbix server (and zabbix agent if you installed it).
/path/to/your/zabbix/zabbix_server -c /path/to/your/config/zabbix_server.conf
And if needed :
/path/to/your/zabbix/zabbix_agentd -c /path/to/your/config/zabbix_agentd.conf
If you type ps -ef | grep zabbix, you should see you're softwares.
Ps : personnal advice, if you really have no bases on linux / unix systems, you should begin learning bases first of all. It would help you to better understand where are your problems.Comment
-
I did what you tell me :
i still have the same problem, please help me and thanks so much in advance .Code:root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload} root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf start Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload} root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf start Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload} root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf restart Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload} root@Monit-ZX:~# /etc/init.d/zabbix-server start Starting Zabbix server: zabbix_server root@Monit-ZX:~# /etc/init.d/zabbix-agent start Starting Zabbix agent: zabbix_agentd root@Monit-ZX:~# ps -ef | grep zabbix root 6015 8210 0 14:18 pts/1 00:00:00 grep zabbixComment

Comment