Welcome to Pandora FMS Community!

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

  • HTTP Server Check

    Posted by K44 on July 16, 2010 at 23:50

    Hello,
    i will check an http Server with Typ Remote TCP network agent, boolean data. It is standard.
    But this will only work when i use an IP-Adress. With the Domainname it will not work.

    What can i do. Its an Virtual Site with Shared IP.

    Thanks for Help
    Reiner

    K44 replied 14 years, 7 months ago 3 Members · 4 Replies
  • 4 Replies
  • rnovoa

    Member
    July 19, 2010 at 15:51
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi K44,

    It should work. Connect to the Pandora server and try to manually perform the check with telnet to rule out a network configuration problem.

  • K44

    Member
    July 20, 2010 at 15:45
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hello,

    i have check it via telnet direct from the suse computer wher pandora server is installed.
    I used following check:

    telnet http://www.mydisplay.de 80
    GET / HTTP/1.1
    HOST: http://www.mydisplay.de

    The Response is ok. I get Code 200.

    In Pandora Server i have no connect to it.

    Where can i find the Problem?

    Thanks K44

  • daniels

    Member
    July 20, 2010 at 22:08
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Have you tried this in the “advanced options” inside  “TCP send” of the module?

    GET / HTTP/1.1^MHOST: http://www.mydisplay.de^M

    I hope this helps.

    Regards.

  • K44

    Member
    July 20, 2010 at 23:41
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hello,

    i have found the Problem. I have insert in the Agent the IP and in the Modul the domain.
    Now i changed Agent and Modul to the Domainname an it works with the standard TCP send GET / HTTP/1.0^M^M.

    Thanks for help!

    K44