>I'm using the default username and password of root/password, but I get the >error that my login failed.
Did you start ido2db and whatever sql server you are using, is it configured right? >There's also another error, the server encountered an error: Internal >Exception, check your logs. >What logs should I be checking? Look in /usr/share/icinga-web/app/data/log/ >Any ideas on why I can't login? Icinga using the classic web interface works >just fine. Classic doesn't have a dependency on the sql portion, recheck your db creation and grant statements, then import the db scripts: mysql -u root -p icinga </etc/icinga/idoutils/mysql/mysql.sql mysql -u root -p icinga_web </usr/share/icinga-web/etc/schema/mysql.sql if you are using mysql for example. (Paths might be different...) Then make sure icinga.cfg is set to load and use ido2db. 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
