Icinga / ansible-playbooks

Ansible Playbook for Icinga 2
GNU General Public License v2.0
225 stars 122 forks source link

fix icinga2_web2_db privileges #98

Closed sdarwin closed 5 years ago

sdarwin commented 5 years ago

In issue https://github.com/Icinga/ansible-playbooks/issues/72 , there are two similar comments mentioning icingaweb requires additional privileges.

Same problem here.GRANT ALL ON icingaweb.* TO icingaweb@localhost or modifying the privileges in icinga2_web2_ui_Debian_install.yml solves the problem.

And I also encountered this today.