Im using nagios XI VMware edition. After upgrading to 5.5.6 I cannot add comments or add|remove acknowledgement. The window just disappears and nothing happens.
I tried to do it in /nagios and got an error:
My login - nagiosadminSorry, but you are not authorized to commit the specified command.
Read the section of the documentation that deals with authentication and authorization in the CGIs for more information.
Return from whence you came
I have tried:
Code: Select all
/usr/local/nagiosxi/scripts/reset_config_perms.shCode: Select all
# ll /usr/local/nagios/var/rw/
total 0
-rwxrwxrwx 1 root nagcmd 0 Nov 12 13:22 nagios.cmd
srw-rw---- 1 nagios nagcmd 0 Nov 12 13:24 nagios.qhCode: Select all
authorized_for_all_host_commands=nagiosadmin,nagiosadmin,nagiosadmin
authorized_for_all_hosts=nagiosadmin,nagiosadmin,guest,nagiosadmin
authorized_for_all_service_commands=nagiosadmin,nagiosadmin,nagiosadmin
authorized_for_all_services=nagiosadmin,nagiosadmin,guest,nagiosadmin
authorized_for_configuration_information=nagiosadmin,nagiosadmin,guest,nagiosadmin
authorized_for_system_commands=nagiosadmin,nagiosadmin,nagiosadmin
authorized_for_system_information=nagiosadmin,nagiosadmin,nagiosadminAnd I didnt found somethin in log files.