[Nagios-users] Problem with OAS - HTTP CRITICAL - No data received from host

2009-09-17 Thread Esteban Torres Rodriguez
I have this problem with my OAS. Yesterday it was working well. ./check_http -H localhost -p 4443 -S HTTP CRITICAL - No data received from host -- ## # Esteban Torres Rodríguez # # Área de Soporte Técnico

Re: [Nagios-users] Problem with OAS - HTTP CRITICAL - No data received from host

2009-09-17 Thread Kevin Keane
What happens when you run the same check_http command from the command line? What happens when you telnet from the Nagios server to port 4443 on localhost? What does the following command report: netstat -ltnp | grep 4443 Esteban Torres Rodriguez wrote: I have this problem with my OAS.

Re: [Nagios-users] Problem with OAS - HTTP CRITICAL - No data received from host

2009-09-17 Thread Esteban Torres Rodriguez
netstat -ltnp | grep 4443 tcp0 0 0.0.0.0:4443 0.0.0.0:* LISTEN 3620/httpd telnet localhost 4443 Perfect It's all perfect !!! Kevin Keane wrote: What happens when you run the same check_http command from the command line? What happens when