Welcome to Pandora FMS Community!

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

  • Plugin PostgreSQL

    Posted by daarroyavef on June 1, 2020 at 20:36

    Buenos días a tod@s,

    Soy nuevo en pandora y recientemente monte un servidor de pandora comunity version 7, requiero monitorear mi base de datos PostgreSQL y he probado 2 plugins pero no me envia esta información al servidor  de Pandora, estoy seguro que algo estoy haciendo mal, pero he seguido todos los pasos indicados en cada uno de los plugins que intente aplicar, me podrian ayudar con este problema.
    He probado estos 2 siguientes plugins
    https://pandorafms.com/library/postgresql-plugin/
    https://pandorafms.com/library/perl-postgressql-plugin/

    Con el primer plugin me funciona solo desde el CLI adjunto un resultado de la ejecucion del plugin, pero como comente anteriormente no se como hacer para que esta informacion llegue al servidor pandora, este ya tiene en el agente la ubicacion del plugin, y ha si reiniciado tanto el motor de bd como el agente. Ver archivo Resultado.txt

    Con el segundo menos informacion tengo, solo lo monte pero no me genera nada en el servidor, adjunto ejecucion en la CLI. Ver archivo Resultado2.txt

    daarroyavef replied 4 years, 7 months ago 1 Member · 2 Replies
  • 2 Replies
  • daarroyavef

    Member
    June 1, 2020 at 23:01
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Actualizo este caso con la configuracion del postgresql.com

    #——————————————————————————
    # RUNTIME STATISTICS
    #——————————————————————————

    # – Query/Index Statistics Collector –

    track_activities = on
    track_counts = on
    #track_io_timing = off
    track_functions = all # none, pl, all
    #track_activity_query_size = 1024 # (change requires restart)
    update_process_title = on
    stats_temp_directory = ‘pg_stat_tmp’

    # – Statistics Monitoring –

    log_parser_stats = on
    log_planner_stats = on
    log_executor_stats = on
    #log_statement_stats = off

    y la configuracion de pg_hba.com

    local all postgres peer

    # TYPE DATABASE USER ADDRESS METHOD

    # “local” is for Unix domain socket connections only
    local all all md5
    # IPv4 local connections:
    host all all 127.0.0.1/32 md5
    host all all 192.168.1.0/28 md5
    host all all 0.0.0.0/0 md5
    # IPv6 local connections:
    host all all ::1/128 md5
    # Allow replication connections from localhost, by a user with the
    # replication privilege.
    #local replication postgres peer
    #host replication postgres 127.0.0.1/32 md5
    #host replication postgres ::1/128 md5
    #host all all 0.0.0.0/0 md5
    host all all ::/0 md5

  • daarroyavef

    Member
    June 2, 2020 at 00:26
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Tengo la duda de donde se instala el plugin, en el servidor de pandora o en el servidor al cual se le instalo el agente?