First of all, I have to say that from I've read so far, I really like Zabbix.
The installation is very straight forward except for this problem that I
am currently running into.
I downloaded zabbix version 1.1.6 and installed on my gentoo linux box.
I downloaded apache, php, mysql to this box as well. Everything is running
on the same machine.
I followed step-by-step instructions on how to install zabbix and I get both
the zabbix_server and zabbix_agentd running on this box as follow:
zabbix@Gen2Linux /usr/local/src/zabbix-1.1.6 $ ps -eaf | grep zabbix
zabbix 7199 1 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7201 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7203 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7205 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7210 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7211 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7213 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7215 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7217 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7219 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7222 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7235 1 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7236 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7237 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7238 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7239 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
So as you can see, everything is working fine. Now I would like to connect to
frontend (aka Zabbix Web interface) but I don't know how to do it. I downloaded
Zabbix version 1.4 mannual and it says nothing about how to get this part done.
I am not an expert in linux so these things are very new to me. I would like
to get this working so that I can show management in my company how good this
product is so that we are going to install it and get support for it.
Can someone help me with a step-to-step instructions on how to get the web interface
up and running and what I have to do?
Thanks for your time.
gen2linuxdude
The installation is very straight forward except for this problem that I
am currently running into.
I downloaded zabbix version 1.1.6 and installed on my gentoo linux box.
I downloaded apache, php, mysql to this box as well. Everything is running
on the same machine.
I followed step-by-step instructions on how to install zabbix and I get both
the zabbix_server and zabbix_agentd running on this box as follow:
zabbix@Gen2Linux /usr/local/src/zabbix-1.1.6 $ ps -eaf | grep zabbix
zabbix 7199 1 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7201 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7203 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7205 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7210 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7211 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7213 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7215 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7217 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7219 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7222 7199 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_server -c /etc/zabbix/zabbix_server.conf
zabbix 7235 1 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7236 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7237 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7238 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
zabbix 7239 7235 0 21:26 ? 00:00:00 /usr/local/bin/zabbix_agentd
So as you can see, everything is working fine. Now I would like to connect to
frontend (aka Zabbix Web interface) but I don't know how to do it. I downloaded
Zabbix version 1.4 mannual and it says nothing about how to get this part done.
I am not an expert in linux so these things are very new to me. I would like
to get this working so that I can show management in my company how good this
product is so that we are going to install it and get support for it.
Can someone help me with a step-to-step instructions on how to get the web interface
up and running and what I have to do?
Thanks for your time.
gen2linuxdude
Comment