I m new to zabbix, trying it first time. I m using :
RHEL4 ws , PHP5, mysql (bundled), zabbix-1.3.1 (beta version).
Every thing installed well, but i m unable to get the web interface. As stated in manual, i followed the same steps.
Zabbix Installtion steps :
1. created the databse as stated in manual.
2 ./configure --enable-server --enable-agent --with-mysql --prefix=/usr/local/zabbix
3. make && make install
4. cp misc/conf/zabbix_server.conf zabbix_agent.conf zabbix_agents.conf /etc/zabbix/
5. cp -R frontends/php/* <path-to-htdocs>/zabbix/
6. cd /usr/local/zabbix/bin ; ./zabbix_server ; ./zabbix_agentd
7. apachectl start
8. (In browser) http://localhost/zabbix/index.php
I succesfully completed all the steps of the interface, when i press the FINISH option on the last page, it again prompted me to the start of the first page.
I am unable to get the desired web interface. please help me where i m wrong.
moreover, in the manual of 1.3.1, there is no way specified to configure the web interface. got it from the manual of 1.0.
Thanks
Jawanda
RHEL4 ws , PHP5, mysql (bundled), zabbix-1.3.1 (beta version).
Every thing installed well, but i m unable to get the web interface. As stated in manual, i followed the same steps.
Zabbix Installtion steps :
1. created the databse as stated in manual.
2 ./configure --enable-server --enable-agent --with-mysql --prefix=/usr/local/zabbix
3. make && make install
4. cp misc/conf/zabbix_server.conf zabbix_agent.conf zabbix_agents.conf /etc/zabbix/
5. cp -R frontends/php/* <path-to-htdocs>/zabbix/
6. cd /usr/local/zabbix/bin ; ./zabbix_server ; ./zabbix_agentd
7. apachectl start
8. (In browser) http://localhost/zabbix/index.php
I succesfully completed all the steps of the interface, when i press the FINISH option on the last page, it again prompted me to the start of the first page.
I am unable to get the desired web interface. please help me where i m wrong.
moreover, in the manual of 1.3.1, there is no way specified to configure the web interface. got it from the manual of 1.0.
Thanks
Jawanda
Comment