cherdt / ansible-icinga2

Ansible role to install Icinga 2.x
0 stars 0 forks source link

permission denied when acknowleding problem #6

Open cherdt opened 6 years ago

cherdt commented 6 years ago

icinga2: Can't send external Icinga command to the local command file "/var/run/icinga2/cmd/icinga2.cmd": Permission denied.

cherdt commented 6 years ago

Additionally, the file indicated does not appear to exist:

$ sudo ls -l /var/run/icinga2/cmd/icinga2.cmd
ls: cannot access /var/run/icinga2/cmd/icinga2.cmd: No such file or directory
cherdt commented 6 years ago

Not actually a problem. Just need to enable icinga2's command feature:

$ sudo icinga2 feature enable command

Users might expect this to be enabled by default though.