Display 1000 hosts on Host Details page.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
niebais
Posts: 349
Joined: Tue Apr 13, 2010 2:15 pm

Display 1000 hosts on Host Details page.

Post by niebais »

Will you add the option to display 1000 hosts on the Host Details page? This will sync up the display options with Services Detail and allow out customer with most than 100 hosts to view more at a time. I gave them the workaround to view the page directly and modify the url attributes.

Thanks,
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Display 1000 hosts on Host Details page.

Post by tmcdonald »

Edit the following file, line 543: /usr/local/nagiosxi/html/includes/components/xicore/ajaxhelpers-hoststatus.inc.php

Code: Select all

$records_options=array("5","10","15","25","50","100","1000");
You can add whatever values you want. Likewise you can change the ajaxhelpers-servicestatus.inc.php file.
Former Nagios employee
User avatar
niebais
Posts: 349
Joined: Tue Apr 13, 2010 2:15 pm

Re: Display 1000 hosts on Host Details page.

Post by niebais »

Thanks. I would like to see that get checked in so I don't have to carry around extra patches. I created an incident in the tracker for this.

http://tracker.nagios.com/view.php?id=489
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Display 1000 hosts on Host Details page.

Post by tmcdonald »

Looks good. I'll close this up now.
Former Nagios employee
Locked