David Lynum wrote: > Joseph, > > Thanks for your help. You're right, I wasn't using the particular > documentation that you sent me the link for. After going through the > documentation, it seems to me that the I need to give the icinga user in > mysql a password. In this case the password would be icinga. Is that > correct? Because if I do, it's not spelled out in the documentation. > Understand that icinga works fine. I can access the classic interface for > icinga just fine. The only problem I have is accessing icinga-web. And the > documentation for that, which I accessed via a link within the documentation > that you sent me, does not specify that when the icinga user is created for > the mysql database, that it has to be given a password.
http://docs.icinga.org/latest/en/quickstart-idoutils.html Create Database, User, Grants: #> mysql -u root -p mysql> CREATE DATABASE icinga; GRANT USAGE ON *.* TO 'icinga'@'localhost' IDENTIFIED BY 'icinga' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0; GRANT SELECT , INSERT , UPDATE , DELETE ON icinga.* TO 'icinga'@'localhost'; FLUSH PRIVILEGES ; quit again, what do you expect from this? do you have another sql query proposal which would it make easier to understand? kind regards, michael > David Lynum > IT Support Lead, Wholesale Applications Community (WAC) > Desk: +1 (925) 201-8520 > Email: [email protected] > 6210 Stoneridge Mall, Road Suite 400 Pleasanton, CA 94588 > www.wacapps.net > > > > -----Original Message----- > From: Joseph L. Casale [mailto:[email protected]] > Sent: Monday, July 25, 2011 10:30 AM > To: [email protected] > Subject: Re: [icinga-users] Can't login to icinga-web > >> The documentation that I found for installing icinga and icinga-web >> doesn't have this step that you mentioned: "mysql -u root -p >> icinga_web</usr/share/icinga-web/etc/schema/mysql.sql". > Ahh, my guess is you're not using the right docs: > http://docs.icinga.org/latest/en/quickstart-idoutils.html > > One good thing about icinga, its docs are rather complete. > >> So now I have the "loading" issue, meaning that icinga web keeps loading >> data. > Yup, I recall this is expected when the database connectivity is hampered in > some way. > >> I can login to mysql with the user as icinga. But the icinga user doesn't >> have a password. > Stop there. > >> The documentation for creating the icinga user doesn't mention giving the >> icinga account a password. >> My ido2db.cfg has db_pass= set to nothing. > Yup, read that link I gave you, it's very clearly outlined. You'll be set > now... > > Good luck, > jlc > > ------------------------------------------------------------------------------ > Storage Efficiency Calculator > This modeling tool is based on patent-pending intellectual property that has > been used successfully in hundreds of IBM storage optimization engage- ments, > worldwide. Store less, Store more with what you own, Move data to the right > place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-users > > > ------------------------------------------------------------------------------ > Storage Efficiency Calculator > This modeling tool is based on patent-pending intellectual property that > has been used successfully in hundreds of IBM storage optimization engage- > ments, worldwide. Store less, Store more with what you own, Move data to > the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-users > -- DI (FH) Michael Friedrich Vienna University Computer Center Universitaetsstrasse 7 A-1010 Vienna, Austria email: [email protected] phone: +43 1 4277 14359 mobile: +43 664 60277 14359 fax: +43 1 4277 14338 web: http://www.univie.ac.at/zid http://www.aco.net Icinga Core& IDOUtils Developer http://www.icinga.org ------------------------------------------------------------------------------ Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that has been used successfully in hundreds of IBM storage optimization engage- ments, worldwide. Store less, Store more with what you own, Move data to the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
