Nagios XI Reports Page UnResponsive

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Nagios XI Reports Page UnResponsive

Post by sarfarosh »

Hi Team,
We are able to fetch the reports for today,yesterday,weekly. But when we are trying to fetch the reports for monthly, quarterly or above, the reports page become unresponsive after 8-10 minutes of buffering. Please find the screenshot of the reports page, system profile and php.ini settings.

/etc/php.ini
max_execution_time = 240 (increased from 30 - 60 -120 -240)
max_input_time = 240 (increased from 30 - 60 -120 -240)
memory_limit = 1024M (increased from 512 - 1024)
output_buffering = 8192 (increased from 4096 to 8192)
You do not have the required permissions to view the files attached to this post.
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Nagios XI Reports Page UnResponsive

Post by tacolover101 »

a few questions for you:
- what type of disks are you running XI on?
- what is the CPU / memory specs?
- how many hosts are in these reports?

this is a lot of data to process through SQL which leads to it taking a while to generate. there may be ways to optimize somewhat though. i would try generating your reports in smaller chunks if possible.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Reports Page UnResponsive

Post by scottwilkerson »

It can take even longer if it is the Availability, SLA or Executive Summary report as these have to parse MANY log files off the drive to do the calculations.

Which reports are you seeing this with?

We do have a plan to make it so the reports can be generated in the background and then be available when re-visiting the page but I don't have a timeline when this will be finished.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked