Icinga IDO schema error

icinga

I was going through the steps to setup icinga on a server with the icingaweb UI v 2.0 layout as given in their documentation. I was successful in getting to the setup page, which requires you to put in a token and then follow the steps. Im stuck at this spot

screen cap

(see screenshot) right now which requires you to setup an IDO database which I already did as shown:

+--------------------+
| Database           |
+--------------------+
| information_schema |
| icinga             |
| icinga2idomysql    |
| icinga_ido         |
| mysql              |
| performance_schema |
+--------------------+

However I keep getting the error message Cannot find the IDO schema. Please verify that the given database contains the schema and that the configured user has access to it.. Can anyone help me or point out what I am doing wrong.

Best Answer

I have the same problem, but, before a few hours looking for the solution, i found the answer in the following url:

https://alibaba-cloud.medium.com/how-to-install-and-configure-icinga2-monitoring-tool-on-ubuntu-16-04-a582e949dd40

Related Topic