Hi,
We generate notification reports every week, which contains more than 100,000 entries. But we receive exactly 100,000 entries in the excel report.
Please advice,
- is it possible to change the number of entries, so that we can get and review all the alerts
- is it advisable to change the value if its default
- will there be any performance issue occurs in Nagios if we modify the value
We are using Nagios XI 5.2.2
Report number limited to 100000
Re: Report number limited to 100000
Open the /usr/local/nagiosxi/html/config.in.php file in a text editor and increase the "default" value of 100,000 for the default_result_records to whatever value you need to use.
Save, and exit. If you are running very large queries, this may slow your system down a bit, but all and all, it should be fine. If needed, you can readjust this value at any time.
Hope this helps.
Code: Select all
$cfg['default_result_records'] = 100000; // max number of records to return by defaultHope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!