Hi All
I have been following the steps from the wiki to install zabbix. Everything went smooth so far, but now when I follow the below steps I only see my own command showing up on the server.
Start the server :
sudo /etc/init.d/zabbix-server start
Start the agent:
sudo /etc/init.d/zabbix-agent start
Now check to make sure that they are running:
ps -aux | grep zabbix
You should see multiple instances of zabbix_server and zabbix_client running
if everything has gone ok
All I see is:
ps -aux | grep zabbix
Has someone else ran into this problem? How can I resolve the issue?
Thanks
wvw
I have been following the steps from the wiki to install zabbix. Everything went smooth so far, but now when I follow the below steps I only see my own command showing up on the server.
Start the server :
sudo /etc/init.d/zabbix-server start
Start the agent:
sudo /etc/init.d/zabbix-agent start
Now check to make sure that they are running:
ps -aux | grep zabbix
You should see multiple instances of zabbix_server and zabbix_client running
if everything has gone ok
All I see is:
ps -aux | grep zabbix
Has someone else ran into this problem? How can I resolve the issue?
Thanks
wvw

Comment