Welcome to Pandora FMS Community!

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

  • Posted by iggi on May 3, 2009 at 17:55

    So the update manager says I have an update, and the active update is in the enterprise version only (which is ok, even though I cannot find a pricing model for the enterprise version). So, I downloaded the newest SVN release, go into the branches folder and pull Pandora 2.x folder and preform the update, (files plus sourcing the SQL). Once all of that was done, I logged in to Pandora FMS and it shows I still need to update, can anyone lead me to where the update is and/or how to preform it?

    Thanks in advance.

    manu replied 15 years, 9 months ago 3 Members · 10 Replies
  • 10 Replies
  • iggi

    Member
    May 3, 2009 at 19:21
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    User error, its in the trunk directory (my bad I don’t deal enough with SVN)

  • iggi

    Member
    May 3, 2009 at 19:40
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Maybe not as much of a user error as I thought, I have a dev build of 3.0 installed I guess

  • manu

    Member
    May 4, 2009 at 06:08
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    The Update Manager is an Enterprise Feature, it keeps saying there’s an update cause there is actually one.
    If you want to disable it, do it at “Setup” menu in the Administration Menu in PandoraFMS webconsole.
    If you want the pricing list, let me know.

  • iggi

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

    I would like the pricing list, but I was simply trying to manually apply an update, I just couldn’t find it, I ended up going to the 3.0 dev version and I am not finding some of the issues fixed there ether. (i.e.- floating point SLA)

  • manu

    Member
    May 4, 2009 at 12:49
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Would you give me your email?

    The floating point in SLA is solved in the trunk I tested it myself some weeks ago, are you trying “.” or “,” ?

  • manu

    Member
    May 5, 2009 at 01:51
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Here you are an screenshot.
    Version 3.0 from Trunk

  • iggi

    Member
    May 6, 2009 at 02:04
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    It does look like it was fixed, my problem was I was attempting to do 99.9999% uptime (some of our extremely HA clients need network uptime of 3+ 9’s) possibly able to change this in the database to allow for a longer decimal? 5 9’s is the longest I can ever envision needing.

  • Sancho

    Administrator
    May 6, 2009 at 02:20
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Yes, altering database will fit your needs. Syntax should be something like

    ALTER TABLE treport_content_sla_combined MODIFY `sla_limit` double(18,3) default NULL;
    ALTER TABLE treport_content_sla_combined MODIFY `sla_min` double(18,3) default NULL;
    ALTER TABLE treport_content_sla_combined MODIFY `sla_max` double(18,3) default NULL;

    This will give you three decimals, if you need more, just alter the table again. This is for the SLA’s only.

  • iggi

    Member
    May 6, 2009 at 02:22
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I will have to do that then. Also, manu I will send you a message on facebook, I prefer not to have my email exposed to the public, I tend to get too much spam as it is.

  • manu

    Member
    May 6, 2009 at 02:26
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Iggi, perfect, no problem. I’m the only “Manuel” in PandoraFMS group 🙂