A patch to turn up the Resolution of the RRDs in collectd # # Patch managed by http://www.holgerschurig.de/patcher.html # --- collectd-3.1.0/src/common.c~highres-3.1.0 +++ collectd-3.1.0/src/common.c @@ -6,14 +6,14 @@ static char *rra_def[] = { - "RRA:AVERAGE:0.2:6:1500", - "RRA:AVERAGE:0.1:180:1680", + "RRA:AVERAGE:0.2:6:10080", + "RRA:AVERAGE:0.1:180:3120", "RRA:AVERAGE:0.1:2160:1520", - "RRA:MIN:0.2:6:1500", - "RRA:MIN:0.1:180:1680", + "RRA:MIN:0.2:6:10080", + "RRA:MIN:0.1:180:3120", "RRA:MIN:0.1:2160:1520", - "RRA:MAX:0.2:6:1500", - "RRA:MAX:0.1:180:1680", + "RRA:MAX:0.2:6:10080", + "RRA:MAX:0.1:180:3120", "RRA:MAX:0.1:2160:1520", NULL };