Blank notifications page, npcd running wild, load average hi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jon.bilderback
Posts: 52
Joined: Tue Aug 10, 2010 9:16 am

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

Post 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.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

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

Post 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.
jon.bilderback
Posts: 52
Joined: Tue Aug 10, 2010 9:16 am

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

Post 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.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

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

Post 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.
Locked