Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Question about TCP Receive

  • Question about TCP Receive

    Posted by ravensorb on January 22, 2011 at 18:02

    I am new to Pandora FMS and am starting to work with the TCP monitoring.  I am trying to monitor a web application using the TCP monitor and I cannot seem to figure out how to get it to work.

    If I have the default value — it always fails

    HTTP/1.1 200 OK  <-- never matches My question is there -- how can I see the details of what came back in the TCP request.  Is there a diagnostics log that I can look at?

    daniels replied 13 years, 11 months ago 2 Members · 1 Reply
  • 1 Reply
  • daniels

    Member
    March 11, 2011 at 21:33
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi.

      Sorry about the late reply…

      Log in your pandora server and use telnet to the connect to the host/port you want to receive the answer. For a web server you can do:

    telnet yourserver 80
    GET /application/ HTTP/1.0^M^M

    and see how it answers. I my case, I receive:
    200 OK

    Regards.