Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › Historical data
-
Historical data
Posted by matthieu.deloy on February 8, 2017 at 13:00Hello,
I would like to know if it is possible to keep the data of each module interrogated every 5 minutes. If yes, how ? Thank you in advance.antonio replied 7 years, 11 months ago 2 Members · 4 Replies -
4 Replies
-
-
::
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?
-
::
Thank you for your quick reply. The button is well historical data is enabled
See below
https://sharing.vetoquinol.com/en/download/712c98141fa837b862a84c8326b2d5b4/10316 -
::
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.