I was wondering if it is possible for Munin to store and display data for longer than a year?
I did Google around a bit, without much luck.
|
|
|
Munin 2.0 provides a parameter for specifying how many datapoints to retain at each time resolution. For example:
...means "retain 300 datapoints at 1 datapoint per 5 minutes, then retain 1600 datapoints at 1 datapoint per 75 minutes, then retain 3000 datapoints at 1 datapoint per 150 minutes". See http://munin-monitoring.org/wiki/format-graph_data_size and http://blog.pwkf.org/post/2010/08/Waiting-for-Munin-2.0-Keep-more-data-with-custom-data-retention-plans for more information. |
|||
|
|
Without nothing anything specifically about Munin: if it's using RRDTool for the graphing backend, it's theoretically possible to change the RRAs to what ever you want. The practicality of doing so depends on exactly what you're trying to find out; other tools used in combination may give you a better overview of what your're trying to find out by going back "more than a year". |
||||
|
|