Page 1 of 1

Gateway Time-out on Avaibility report

Posted: Tue Jul 28, 2015 3:12 pm
by jonathan.cruz
Hi all

i have nagios core.
i used it with success, but now i want to see my report avaibility... but i have this error message

Gateway Time-out

The gateway did not receive a timely response from the upstream server or application.

before it was working but now not.

I try to reboot server, without success.

Any help is appreciated :)

Re: Gateway Time-out on Avaibility report

Posted: Tue Jul 28, 2015 4:48 pm
by lmiltchev
You can try increasing the "default_socket_timeout" value in the php.ini. What's the current value set at?

Code: Select all

grep "default_socket_timeout" /etc/php.ini

Re: Gateway Time-out on Avaibility report

Posted: Thu Jul 30, 2015 8:59 am
by jonathan.cruz
I can resove the problem increasing the apache time out!

Just add the bellown line on http.conf

# Timeout: The number of seconds before receives and sends time out.
#
Timeout 240


Thanks For your help !!!

Re: Gateway Time-out on Avaibility report

Posted: Thu Jul 30, 2015 9:09 am
by tmcdonald
I'll be closing this thread now, but feel free to open another if you need anything in the future!