I followed the steps to configure icinga on a server with a UI v 2.0 icingaweb layout, as indicated in the documentation . I managed to get to the setup page, which requires you to enter a token, and then follow these steps. I am stuck at this place (see screenshot) right now, which requires installing an IDO database, which I have already done, 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 someone help me or point out what I'm doing wrong.
source
share