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.
Blank notifications page, npcd running wild, load average hi
-
jon.bilderback
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: Blank notifications page, npcd running wild, load averag
Just to verify, you did attempt the following command?
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.
Code: Select all
cd /usr/local/nagiosxi/etc
htpasswd htpasswd.users <username>-
jon.bilderback
- Posts: 52
- Joined: Tue Aug 10, 2010 9:16 am
Re: Blank notifications page, npcd running wild, load averag
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 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)
Re: Blank notifications page, npcd running wild, load averag
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.