Page 1 of 1

Max listings per page are set 100 to 1000 pages

Posted: Sun May 27, 2012 2:34 am
by gm_rajkumar
Hi,

I just wanted to Max listings per page are set 100 to 1000 pages, please let me know where to edit the configuration to change. I have no issues in the performance, will take care if any.
I have referred this page, i couldnt find the request on it.
http://support.nagios.com/forum/viewtop ... age#p18339

Regards,
Raj.

Re: Max listings per page are set 100 to 1000 pages

Posted: Tue May 29, 2012 9:52 am
by lmiltchev
Did you try adding the "?results=1000" in your URL as suggested by mguthrie in the post bellow?

http://support.nagios.com/forum/viewtop ... age#p18339

Re: Max listings per page are set 100 to 1000 pages

Posted: Tue May 29, 2012 10:44 am
by gm_rajkumar
Hi,

Could you please update me in details with it, how to add this. I have tried but i couldnt getting webpage error.

Regards,
Raj.

Re: Max listings per page are set 100 to 1000 pages

Posted: Tue May 29, 2012 11:50 am
by lmiltchev
From the Nagios XI web interface right-click on "Service Detail" under "Details", and select "Open Link in New Tab". You will see this URL:

Code: Select all

http://<IP_address>/nagiosxi/includes/components/xicore/status.php?show=services
Add "&records=1000" to the end of the URL, so that it will look like this:

Code: Select all

http://<IP_address>/nagiosxi/includes/components/xicore/status.php?show=services&records=1000
This setting will be saved for the user who is currently logged in.

Hope this helps.

Re: Max listings per page are set 100 to 1000 pages

Posted: Tue May 29, 2012 12:50 pm
by gm_rajkumar
Thanks, its working good!

Regards,
Raj.

Re: Max listings per page are set 100 to 1000 pages

Posted: Tue May 29, 2012 12:59 pm
by lmiltchev
I'm glad I could help!