I have almost the identical issue to one posted three days ago, but now that thread is locked, hence my "Revisiting" thread.
@marcelst asked how to permit users to view the "Network Outages" view without granting them access to all hosts. The difference was that he was on 3.51. He was answered by @ssax stating that he would have to alter the code of outages.c and recompile.
I am running on RHEL 7.2 and have Nagios Core 4.0.8 from the repository.
My issue is that according to the Nagios Documentation on https://assets.nagios.com/downloads/nag ... utages_cgi:
So I have users that are in a Contact Group which permits them access to all the features of hosts and services, but when they select the "Network Outages" link (outages.cgi) they get the permission denied screen.Authorization Requirements:
If you are authorized for all hosts you can view all hosts.
If you are an authenticated contact you can view hosts for which you are a contact.
So my question thus is:
- Am I implementing it wrong?
Is the documentation wrong?
Does the code need to be revised?