upgrading to 3.4.1

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
scheema31
Posts: 90
Joined: Wed Jun 06, 2012 1:11 pm

upgrading to 3.4.1

Post by scheema31 »

Hello, i have upgraded my nagios from version 2.0 to 3.4.1 and after the install i browed to my webpage for nagios and clicked on services but the page does not list list all of the services (cuts off half way)
any ideas on this?

thanks,
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: upgrading to 3.4.1

Post by agriffin »

At the top of the page there's a drop-down menu labeled "Limit results:" which you can use to display everything.
scheema31
Posts: 90
Joined: Wed Jun 06, 2012 1:11 pm

Re: upgrading to 3.4.1

Post by scheema31 »

i have tried this but it doesnt seem to update the list, here is a screenshot of how the page buttons at the bottom of the page appear...

also i have used this link to upgrade my nagios, i used the same procedure except for the bottom section labeled:
"It shouldn't be too difficult to upgrade from Nagios 2.x to Nagios 3. The upgrade is essentially the same as what is described above for upgrading to newer 3.x releases. You will, however, have to change your configuration files a bit so they work with Nagios 3: "

thanks,
Attachments
Capture.PNG
Capture.PNG (4.38 KiB) Viewed 2627 times
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: upgrading to 3.4.1

Post by lmiltchev »

Do you have the results when using a different browser?
Be sure to check out our Knowledgebase for helpful articles and solutions!
scheema31
Posts: 90
Joined: Wed Jun 06, 2012 1:11 pm

Re: upgrading to 3.4.1

Post by scheema31 »

yes so i have tried it with firefox and ie
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: upgrading to 3.4.1

Post by agriffin »

Do you have any errors in your web server log file? Its location varies according to your system set up, but if you're using apache its probably in /var/log/httpd or /var/log/apache2.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: upgrading to 3.4.1

Post by mguthrie »

Paging was added to 3.4.1. You can turn off paging by setting the following config option in the cgi.cfg

Code: Select all

result_limit=0
It look like you're using one of the community themes to style the front-end. They may not have updated their stylesheets for 3.4.1 yet.
Locked