Welcome to Pandora FMS Community!

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

  • vic

    Administrator
    octubre 31, 2022 at 18:22
    1542 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi Mejda,

    It seems that the problem is due to the snmp process getting stuck.

    Can you kill the process and restart the Pandora FMS service?

    To search the process:

    ps aux | grep snmptrapd | grep -v grep

    And to kill it use the following command using the ID (2nd column).

    kill -9 XXX

    Best regards,

    Víc.