HTTP: error receiving data -- Resource temporarily unavailable

Issue #671 closed
Former user created an issue

We are using monit for checking the health of an node server deployed on an EC2 instance. Sometimes, it is failing with the below errors. Can you help us in debugging this.

  1. HTTP: error receiving data -- Resource temporarily unavailable
  2. 'node_web_app_integrator_staging' failed protocol test [HTTP] at INET[localhost:80/healthCheck] via TCP

Comments (1)

  1. Tildeslash repo owner

    the "resource temporarily unavailable" is a response timeout (the server could have problems to handle requests or there could be some temporary network issue) ... you can debug for example with wireshark on client side (monit) + server side (EC2 node)

  2. Log in to comment