Report number limited to 100000

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
inas.labib
Posts: 170
Joined: Tue Sep 11, 2012 3:48 am

Report number limited to 100000

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Report number limited to 100000

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked