Issue with NXTI - pagination

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Issue with NXTI - pagination

Post by Francesco »

Dear support,
using NXTI we noticed that pagination is not working.
We need to process more than 100 traps and it is not possible using the GUI.

We found a workaround modifying the dropdown menu with browser developer tools.
For example from

Code: Select all

<option value="100">100 Per Page</option>
to

Code: Select all

<option value="500">500 Per Page</option>
We tried a little troubleshooting.
Using the internal network tracker of the browser, we found that probably a script asks for the page
nagiosxi/includes/components/nxti/index.php?&mode=defRecord&search=
receiving " {"recordcount":0} ".

We saw that after the previous request, it asks for the page
nagiosxi/includes/components/nxti/index.php?&mode=defTable&page=1&perpage=5&search=&orderby=trapdata_event_name&orderdir=ASC

If we try
nagiosxi/includes/components/nxti/index.php?&mode=defTable&page=2&perpage=5&search=&orderby=trapdata_event_name&orderdir=ASC
it works.

We are using Nagios XI 5.5.9 installed on RHEL 6, we have to wait for the upgrade to the latest version.
But we read the changelog and we can not find anything about NXTI.

Have you a fix for that issue?

Thank you for your attention
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Issue with NXTI - pagination

Post by scottwilkerson »

This is a pretty old version, do you have the Jump to page box on the lower right?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Re: Issue with NXTI - pagination

Post by Francesco »

Yes, in the top right and in the lower right.
It says "Page 1 of 0".
If i put a number and press the button, nothing happens.

Thank you
swolf

Re: Issue with NXTI - pagination

Post by swolf »

Hi @Francesco,

The "page 1 of 0" indicator normally shows if there are no records in the table - does the table show any data?

If it does, let me know the linux distribution and architecture (for example, CentOS 7 x64) that was used to install nagios.
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Re: Issue with NXTI - pagination

Post by Francesco »

As I wrote in the first post, we have more than 100 entries in the table.
We are using Nagios 5.5.9 installed on Red Hat Enterprise Linux Server release 6.7.
swolf

Re: Issue with NXTI - pagination

Post by swolf »

Thanks. We do have a couple of fixes coming in XI 5.7, but I'll try to reproduce this in the next few days and see whether it's fixed in latest/needs additional patching.
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Re: Issue with NXTI - pagination

Post by Francesco »

Dear support, any update on this?

Thank you very much
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Issue with NXTI - pagination

Post by lmiltchev »

The issue will be fixed in Nagios XI 5.6.13, which should be out soon (most likely, sometime next week, provided all of the testing is completed). Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked