Welcome to Pandora FMS Community!

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

Welcome to Pandora FMS Community Forums Community support Pandora FMS 2.1 issues

  • raul

    Member
    March 4, 2009 at 09:38
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    From Sourceforge (Bug 2661421):

    Bug:
    Error in line 317 in /var/www/pandora_console/operation/snmpconsole/snmp_view.php if the trap it shows had a value in the field value_custom.

    Solution / Workaround:
    Change that line in the snmp_view.php file:

    OLD CODE:

    $data[4] = ''.$data[4].'...';

    NEW CODE:

    $data[4] = ''.$data[4].'...';

    Raúl

  • raul

    Member
    March 4, 2009 at 09:42
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    From Sourceforge (Bug 2661439):

    Bug:
    In the page Show Events, if you check the check-box select all, it only select the first event, not all the events. Worked on Pandora FMS 2.0.

    Solution / Workaround:
    Pending, not tested yet

    Raúl