PDA

View Full Version : frontend webinterface


bennethos
01-02-2005, 22:03
I configged everything and am getting following error when I go to my webserver/zabbix/index.php :

[ERROR:Login name or password is incorrect]

I didn't type in anything yet... I adjusted dbinc.php as said in install manual (for the moment I put in root user and password to connect to mysql)...

I suspect it has something to do with connecting to the mysql server zabbix database...

also is it normal that the table users in the zabbix database is empty ? (thought there should be a Admin user without a pass ? )


thx for helping me out with this silly prob ;)

cooper
01-02-2005, 22:22
I configged everything and am getting following error when I go to my webserver/zabbix/index.php :

[ERROR:Login name or password is incorrect]

I didn't type in anything yet... I adjusted dbinc.php as said in install manual (for the moment I put in root user and password to connect to mysql)...

I suspect it has something to do with connecting to the mysql server zabbix database...

also is it normal that the table users in the zabbix database is empty ? (thought there should be a Admin user without a pass ? )


thx for helping me out with this silly prob ;)

It sounds like you missed the data portion of the import. When you did your install, did you import both the schema and the data into the database? It is a two step process.

From the Manual: (http://www.zabbix.com/manual_install_server.php)

shell> cat schema.sql |mysql -u<username> -p<password> zabbix
shell> cd ../data
shell> cat data.sql |mysql -u<username> -p<password> zabbix

HTH

cooper

bennethos
01-02-2005, 23:02
grrrrr how I could I miss that ...

thx :-) it solved my problem, I got it all working now with alpha version under debian... now configuring it.

cooper
02-02-2005, 21:26
Great!! Happy monitoring.


cooper