Welcome to Pandora FMS Community!

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

  • antonio

    Member
    February 8, 2017 at 13:12
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hello matthieu,

    Yes it is possible. You just have to enable it on the general configuration of the module, activate the checkbox “Historical data”.

    Kind regards,
    Antonio.

  • matthieu.deloy

    Member
    February 8, 2017 at 13:24
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thank you for your quick reply. The button is well historical data is enabled

    I can not attach an attachment with screen prints

    For the module “DiskFree% _C:” a single data prints screen above while for the module “CPU Load” several data prints screen below. How to have all data retrieve every 5 minutes of any modules?

  • matthieu.deloy

    Member
    February 8, 2017 at 14:07
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thank you for your quick reply. The button is well historical data is enabled

    See below
    https://sharing.vetoquinol.com/en/download/712c98141fa837b862a84c8326b2d5b4/10316

  • antonio

    Member
    February 8, 2017 at 19:33
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi matthieu,

    I see it now and that’s a normal behaviour. The problem you see here is not because the module is not saving the historical data, but because the value doesn’t change.

    Due to the database behaviour design of Pandora FMS, the values are NOT saved on the database if they remain unvariable consecutively.

    For example look at this scenario:

    1. check 10:00 - value = 10
    2. check 10:05 - value = 10
    3. check 10:10 - value = 10
    4. check 10:15 - value = 12
    5. check 10:20 - value = 14
    6. check 10:25 - value = 14
    7. check 10:30 - value = 14
    8. check 10:35 - value = 16
    

    In this case, you will only see the following values:

    1. check 10:00 - value = 10
    2. check 10:15 - value = 12
    3. check 10:20 - value = 14
    4. check 10:35 - value = 16
    

    The system knows the values in the midle did not change, so they are discarded knowing that the value will be the same untill the next different value, so the graphs can still be represented correctly. This was designed to slow down the database growing.

    Kind regards,
    Antonio.