Impossible to make reports

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
PJCR
Posts: 16
Joined: Wed Jun 25, 2014 9:32 am

Impossible to make reports

Post by PJCR »

When I try to run a report, the application stops working and I have to restart the Nagios XI ....
Any idea?

Thank you!!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Impossible to make reports

Post by tmcdonald »

Is this for any report or just a few or one? What sort of report are you running? Is it something that would need results from many hosts/services?
Former Nagios employee
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Impossible to make reports

Post by WillemDH »

It's possible your max_execution_time is set too low.

Please post results of

Code: Select all

grep "memory_limit\|max_execution\|max_input" /etc/php.ini
Mine is at 120 seconds at the moment.

Grtz
Nagios XI 5.8.1
https://outsideit.net
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Impossible to make reports

Post by scottwilkerson »

Agreed...

when it "freezes" can you run the following to get a list of current processes

Code: Select all

ps aux
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
PJCR
Posts: 16
Joined: Wed Jun 25, 2014 9:32 am

Re: Impossible to make reports

Post by PJCR »

when I try get any report, the only action of click over the Report Button, all the Application stops but the server continues working well.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Impossible to make reports

Post by Box293 »

WillemDH wrote:Please post results of

Code: Select all

grep "memory_limit\|max_execution\|max_input" /etc/php.ini
scottwilkerson wrote:when it "freezes" can you run the following to get a list of current processes

Code: Select all

ps aux
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked