Page 2 of 2

Re: Blank notifications page, npcd running wild, load averag

Posted: Thu Nov 10, 2011 12:27 pm
by jon.bilderback
I've tried to reset the nagiosadmin password both at the command line and in Admin -> Reset Security Credentials.

I still can't get to the /nagios page.

Re: Blank notifications page, npcd running wild, load averag

Posted: Fri Nov 11, 2011 11:49 am
by mguthrie
Just to verify, you did attempt the following command?

Code: Select all

cd /usr/local/nagiosxi/etc
htpasswd htpasswd.users <username>
The /nagios URL should be using apache's basic authentication. If you've tried the above command and it's still not working then go ahead and post your /etc/httpd/conf.d/nagios.conf file.

Re: Blank notifications page, npcd running wild, load averag

Posted: Mon Nov 14, 2011 2:39 pm
by jon.bilderback
mguthrie wrote:Ok, I think I have an idea as to what's going on for the memory error. Can you access your nagios service with the http://<youraddress>/nagios and pull up the notifications page. About how many notifications would you say you have on that page? (rough ballpark)
Ok, I can now see the /nagios page, and looking at notifications there. I can't even begin to count the number of notifications. There are MANY.

Re: Blank notifications page, npcd running wild, load averag

Posted: Tue Nov 15, 2011 10:52 am
by mguthrie
Ok, yeah there's probably a memory limit to the PHP function that's being called on that page. So we can call this a sporadic bug, and we'll take a look at adding a fix so that it only processes a limited amount of notifications at a time for that page.