Reputation: 389
I've got a bunch of rrds being updated every 5min
step = 300
ds[ExeTime].minimal_heartbeat = 600
I need to change this to every 15min.
rrdtool tune allows me to change the heartbeat but not the steps. Can I simply change the heartbeat to 1800? (900 = 15min .. then x2 for heartbeat) ??
Will this leave a bunch of holes making avg/max/etc off?
Upvotes: 0
Views: 2652
Reputation: 5460
to change the step of your rrd file it has to be rewritten ... check out https://github.com/oetiker/rrdtool-rrdjig
Upvotes: 1