Hi Vikas,

if you want to change the rrd settings, look for the "$config['rrd']['rra']" setting.
For example our setup holds this:
//                           7 days of 5 min         62 days of 30 min       120 days of 2 hour       10 years of 1 day
$$config['rrd']['rra']  = "RRA:AVERAGE:0.5:1:2016  RRA:AVERAGE:0.5:6:2976  RRA:AVERAGE:0.5:24:1440  RRA:AVERAGE:0.5:288:3660 ";
$config['rrd']['rra'] .= "                        RRA:MIN:0.5:6:1440      RRA:MIN:0.5:96:360       RRA:MIN:0.5:288:3660 ";
$config['rrd']['rra'] .= "                        RRA:MAX:0.5:6:1440      RRA:MAX:0.5:96:360       RRA:MAX:0.5:288:3660 ";

A few month ago I took a quick search in the rrd universe and there is possibility to change your existing RRDs to span more years (so no need to wipe all your data) but I didn't actually done it.
I will take a look if I can find my notices and post back if found.

Regards,
Tylla

On 2018-04-03 11:42, Markus Klock wrote:
Hi Vikas,
the default setting is that Observium will store RRD-data for 4 years (1 day average).
Its possible to change this but as this is done at RRD-creation you will need to wipe all your RRD and create new ones if you change the default (loosing all your historic data)
/Markus

2018-04-03 11:38 GMT+02:00 Vikas Kumar <mailvikasnow@gmail.com>:
Hi everyone,

I want to know for how long the observium graphs are available ? The default I can see in the UI is for 2 years Is it configurable if yes then for how long ?

Regards

--




Vikas Kumar |  Hospitality & PR Coordinator
Mood Indigo, IIT Bombay
Facebook  

Sent with Mailtrack

_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium




_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium