Welcome to Pandora FMS Community!

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

  • things i can’t do

    Posted by suzdal on April 30, 2010 at 20:29

    1- Can’t create templates for alerts, alert list is empty, but i have 2.
    2- Can’t change language, both in bdd `pandora`.`tconfig` and setup (via pandora console), always is English. I tried this, thinking with a language problem, but this way goes bad, because i can’t change it.
    If i try via setup, value is not saved in the bdd, so i tried changed it in the bdd, but neither works.

    Pandora FMS v3.0.1 – Build PC100212

    Sancho replied 14 years, 4 months ago 2 Members · 3 Replies
  • 3 Replies
  • Sancho

    Administrator
    May 8, 2010 at 16:16
    2215 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    You’re using a 3.0,1 version after an upgrade, right ?. Both are two known bugs resulting of several problems in the upgrade. I’m sorry to hear that 🙁

    For the first, one. Try this:

    ALTER TABLE talert_templates ADD `id_group` mediumint(8) unsigned NULL default 0;
    ALTER TABLE talert_actions ADD `id_group` mediumint(8) unsigned NULL default 0;
    ALTER TABLE tplanned_downtime ADD `id_group` mediumint(8) unsigned NULL default 0;

    For the second one, try to replace your gettext.php for this one:

    https://pandora.svn.sourceforge.net/svnroot/pandora/branches/pandora_3.0/pandora_console/include/gettext.php

    If doesnt work, try this:

    https://pandora.svn.sourceforge.net/svnroot/pandora/branches/pandora_2.x/pandora_console/include/gettext.php

    This a problem regarding 64bit plattforms, not well resolved yet 🙁

    1- Can’t create templates for alerts, alert list is empty, but i have 2.
    2- Can’t change language, both in bdd `pandora`.`tconfig` and setup (via pandora console), always is English. I tried this, thinking with a language problem, but this way goes bad, because i can’t change it.
    If i try via setup, value is not saved in the bdd, so i tried changed it in the bdd, but neither works.

    Pandora FMS v3.0.1 – Build PC100212

  • suzdal

    Member
    May 12, 2010 at 14:57
    1 Karma
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    it works for my 1st problem, but 2nd still going bad.

    note- this morning i’ve been do an upgrade from svn and my 2nd problem still going bad.

  • Sancho

    Administrator
    June 13, 2010 at 16:25
    2215 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    it works for my 1st problem, but 2nd still going bad.

    note- this morning i’ve been do an upgrade from svn and my 2nd problem still going bad.

    Should be fixed by now, but if don’t, please contact me about it.