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,
Display 1000 hosts on Host Details page.
Re: Display 1000 hosts on Host Details page.
Edit the following file, line 543: /usr/local/nagiosxi/html/includes/components/xicore/ajaxhelpers-hoststatus.inc.php
You can add whatever values you want. Likewise you can change the ajaxhelpers-servicestatus.inc.php file.
Code: Select all
$records_options=array("5","10","15","25","50","100","1000");
Former Nagios employee
Re: Display 1000 hosts on Host Details page.
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
http://tracker.nagios.com/view.php?id=489
Re: Display 1000 hosts on Host Details page.
Looks good. I'll close this up now.
Former Nagios employee