Ad Widget

Collapse

Problem with logging in Zabbix after installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jacek
    Member
    • Nov 2008
    • 45

    #1

    Problem with logging in Zabbix after installation

    Hi,

    I'm trying to set up Zabbix 2.0.5 on CentOS 6.3 with Postgres database. Whole installation process went ok (I was following the documentation), the only problem I've encountered is that during installing WEB frontend instalation wizard couldn't copy configuration file automatically (I had to copy it manually to www directory on server).

    Problem is that, I can log in to zabbix only as a guest (no error messages in that state). While trying to log in as different user (default admininstrator account + manualiy created user in postgres), I'm just receiving message:
    'Login name or password is incorrect' and nothing happen. Apache, postgres and zabbix_server services are running.

    I'm not very experienced in managing systems and probably solution is one of the obvious ones, but so far I couldn't find any or I'm jut too dump to notice it.

    Is there anyone who had similar problem? What could I possibly check / change? If there is anything I could add to help you help me, please, let me know.

    Thanks a lot in advance
    Jacek
  • benbugohit
    Junior Member
    • Feb 2013
    • 18

    #2
    Hello,

    Did you try admin account with these credential typos :
    "Admin"
    "zabbix"
    ?

    Comment

    • jacek
      Member
      • Nov 2008
      • 45

      #3
      Yes, I've tried all combinations of Zabbix/zabbix/Admin/admin and blanks for login and password. I've also tried to add user with simple password manually into users table in database.

      All atempts are being add to users, it shows IP of a machine I'm trying to log in from.

      Comment

      • heaje
        Senior Member
        Zabbix Certified Specialist
        • Sep 2009
        • 325

        #4
        Use the MD5 Mysql function to insert your password manually into the database. Another option is just to wipe out the database and start again. I assume you did import schema.sql , images.sql, and data.sql all imported successfully without errors (in that order)?

        Comment

        • jacek
          Member
          • Nov 2008
          • 45

          #5
          Thanks a lot heaje. Creating user with md5 function for password has worked. I can log in as this user to frontend, but unfortunately I've another problem.

          After logging I', recieving this message:
          ERROR: No permissions to referred object or it does not exist!

          Can you tell me where (what table) could I grant rights for this new user?

          Thanks in andvance.

          Comment

          • jacek
            Member
            • Nov 2008
            • 45

            #6
            Ok, I've found it. Everything works fine.

            Thank you all for your help.

            Comment

            Working...