Ad Widget

Collapse

frontend webinterface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bennethos
    Member
    • Jan 2005
    • 31

    #1

    frontend webinterface

    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
    Senior Member
    • Sep 2004
    • 110

    #2
    Originally posted by bennethos
    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

    Comment

    • bennethos
      Member
      • Jan 2005
      • 31

      #3
      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.

      Comment

      • cooper
        Senior Member
        • Sep 2004
        • 110

        #4
        Great!! Happy monitoring.


        cooper

        Comment

        Working...