Welcome to Pandora FMS Community!

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

  • Agente en windows

    Posted by aegcastro on October 26, 2007 at 21:52

    Hola:
    Recien instale pandora, pero estoy teniendo problemas con la configuracion del agente en windows…
    Dentro de la carpeta temporal C:windowstemp me esta creando los xml con los datos, tambien le hice la prueba con el parametro –test-ssh y la completo bien. Sin embargo en el servidor de pandora me marca que el agente esta caido. Le puse a la maquina donde esta el agente monitores de ping y latencia y funcionan bien.

    Aqui esta la configuracion de mi agente:
    server_ip 192.167.1.X
    server_path /var/spool/pandora/data_in
    temporal “C:windowstemp”
    interval 3
    agent_name caprica
    debug 1
    checksum 1

    # Module Definition
    # =================
    # Is Skype
    module_begin
    module_name Skype
    module_type generic_proc
    module_proc Skype.exe
    module_description Skype
    module_end

    ——–

    Agradeceria cualquier ayuda que pudieran brindarme y les agradezco de antemano por su tiempo. 😉

    manu replied 17 years, 3 months ago 2 Members · 1 Reply
  • 1 Reply
  • manu

    Member
    October 27, 2007 at 11:22
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    This is the english forum, so you I’m gonna reply this in english. For the next time, if you want to write post in spanish, please use the “Spanish Forum” in the main section.

    Your problem is the fact of having debug 1.
    When you set up the Debug to 1, that means that the agent runs normal but it will not copy the XML to the server. So set up:
    debug 0

    And I wonder if you know that “interval” value is in seconds, so, are you sure you want to run the agent every 3 seconds?