[root@localhost icingaweb2]# cat authentication.ini [icingaweb2] backend = "db" resource = "icingaweb_db" [root@localhost icingaweb2]# [root@localhost icingaweb2]# [root@localhost icingaweb2]# cat config.ini [global] show_stacktraces = "1" show_application_state_messages = "1" config_backend = "db" config_resource = "icingaweb_db" [logging] #log = "syslog" #level = "ERROR" #application = "icingaweb2" #facility = "user" log = "file" level = "DEBUG" file = "/var/log/icingaweb2/icingaweb2.log" [root@localhost icingaweb2]# [root@localhost icingaweb2]# [root@localhost icingaweb2]# cat resources.ini [icingaweb_db] type = "db" db = "mysql" host = "localhost" port = "3306" dbname = "icingaweb2" username = "root" password = "**********" charset = "" use_ssl = "0" [icinga_ido] type = "db" db = "mysql" host = "localhost" port = "3306" dbname = "icinga" username = "icinga" password = "icinga" charset = "" use_ssl = "0" [root@localhost icingaweb2]# cat roles.ini [Administrators] users = "icinga" permissions = "*" groups = "Administrators"