Page 1 of 1
Impossible to make reports
Posted: Tue Feb 10, 2015 6:39 pm
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!!
Re: Impossible to make reports
Posted: Wed Feb 11, 2015 10:19 am
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?
Re: Impossible to make reports
Posted: Wed Feb 11, 2015 11:09 am
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
Re: Impossible to make reports
Posted: Wed Feb 11, 2015 11:39 am
by scottwilkerson
Agreed...
when it "freezes" can you run the following to get a list of current processes
Re: Impossible to make reports
Posted: Mon Feb 16, 2015 7:41 pm
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.
Re: Impossible to make reports
Posted: Mon Feb 16, 2015 9:33 pm
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