Already fixed it.
For anyone have same issue:
- Stop fresh install ver 1.10.0: You gonna facing another problem with import database.
- Using ver 1.9.0 to install.
- If you really want ver 1.10.0: Upgrade it from 1.9.0.
- If you want see another problem on 1.10 following this guide to fix schema creation problem:
open mysql schema with the path: /usr/share/icingaweb2/modules/director/schema/mysql.sql with your text editor find this line: branched_icinga_service_set
There will be duplicate import mine already fixed:
“imports TEXT DEFAULT NULL”
remove one.
reminder: this need to be change befor create schema. If you already create on database need to delete database and re-create it.