Welcome to Pandora FMS Community!

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

  • SNMP version 2c

    Posted by xvalentinex on September 20, 2008 at 10:08

    I have a devices that only respond to SNMP version 2c. With Pandora I cannot monitor these devices.

    Does Pandora support SNMP v2c? The Pandora server is an all-in-one server. I can snmpwalk/get the devices from the CLI.

    Sancho replied 16 years, 5 months ago 2 Members · 2 Replies
  • 2 Replies
  • xvalentinex

    Member
    September 20, 2008 at 19:29
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I have a solution for permanently making all queries 2c.

    It didn’t look like too much work to implement it as module component option, but my database skills are limited.

    The solution (for Pandora FMS 2.0b1):

    open the pandora_network executable (mine is symlinked in /usr/local/bin).
    Find line 486:
    Version => 1);
    and change to:
    Version => 2);

  • Sancho

    Administrator
    September 21, 2008 at 09:28
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Yes, solution it’s easy, and only needs a new parameter (version). Until now nobody needed a SNMP v2 module. In the next version we will include support for SNMP v2c

    Thanks for your post.