Page 1 of 1

Report number limited to 100000

Posted: Mon Sep 24, 2018 10:00 am
by inas.labib
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

Re: Report number limited to 100000

Posted: Mon Sep 24, 2018 10:37 am
by lmiltchev
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.

Code: Select all

$cfg['default_result_records'] = 100000; // max number of records to return by default
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.