Search found 8 matches

by grymloch
Wed Jan 03, 2018 1:48 pm
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

Re: It appears as though you do not have permission...

Excellent point. I tried to include as much information as I can to help the next person coming along with this issue. Part of the issue was my belief that I could use a host group in the members line of servicegroups.cfg. NagiosQL allows me to do do that, but actually iterates through the underlyin...
by grymloch
Tue Jan 02, 2018 1:24 pm
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

Re: It appears as though you do not have permission...

TL;DR Beware of nested hostgroups. I did create an "admin" contact, and added it as a contact to all services defined and it did not change the results. Ultimately I ended up deleting all the contact references to the "admin" account as well as deleting the admin contact itself. ...
by grymloch
Fri Dec 29, 2017 10:20 am
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

Re: It appears as though you do not have permission...

Good catch @mcapra! I'm on holiday at the moment but will check that first thing upon my return, 2nd January.

Yes, admin is who I'm generally logged in as. Seems like I may want to create a read only group and assign them to everything as well so muggles can view their hosts/services.
by grymloch
Sat Dec 23, 2017 1:02 pm
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

Re: It appears as though you do not have permission...

This was a newly created VM with CentOS 7.4 installed. I did a yum install of nagios and possibly nagiosql.

Is there any way to get more detail about what's going on with the URL parameters to status.cgi? I'm curious why one link works but the other doesn't.
by grymloch
Thu Dec 21, 2017 4:53 pm
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

Re: It appears as though you do not have permission...

Here you go. SELinux # getenforce Disabled ps aux | grep nagios: # ps aux | grep nagios nagios 1148 0.0 0.1 21724 6228 ? Ss Dec20 0:40 /usr/sbin/nagios -d /etc/nagios/nagios.cfg nagios 1155 0.0 0.0 0 0 ? Z Dec20 0:05 [nagios] <defunct> nagios 1156 0.0 0.0 0 0 ? Z Dec20 0:04 [nagios] <defunct> nagios...
by grymloch
Thu Dec 21, 2017 2:21 pm
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

Re: It appears as though you do not have permission...

Hi @npolovenko, Sure thing. I will preface this though that I had done yum installs of Nagios and the plugins on a CentOS 7 box, so the directory locations are a bit....different. My status.cgi is located in /usr/lib64/nagios/cgi-bin for example. *edited to include nagios.conf and not nagios.cfg cgi...
by grymloch
Thu Dec 21, 2017 9:58 am
Forum: Open Source Nagios Projects
Topic: It appears as though you do not have permission...
Replies: 16
Views: 34331

It appears as though you do not have permission...

Hi, I'm using Nagios Core 4.3.4 along with NagiosQL. Everything works fine EXCEPT for the service group links. Attempting to view the summary or status grid comes back with: It appears as though you do not have permission to view information for any of the hosts you requested... If you believe this ...