Page 1 of 1
Display 1000 hosts on Host Details page.
Posted: Mon Jan 20, 2014 3:30 pm
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,
Re: Display 1000 hosts on Host Details page.
Posted: Mon Jan 20, 2014 4:27 pm
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.
Re: Display 1000 hosts on Host Details page.
Posted: Mon Jan 20, 2014 4:34 pm
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
Re: Display 1000 hosts on Host Details page.
Posted: Mon Jan 20, 2014 4:44 pm
by tmcdonald
Looks good. I'll close this up now.