Script to add DS to rrd
Submitted by Stef on Tue, 30/11/2010 - 20:39
Attachment | Size |
---|---|
add_ds_to_rrd.pl_.txt | 2.15 KB |
Docs:
This script can be used to add a DS to a rrd file. Use at own risk. Example to add 2 extra DS entries for Power5 counters to an existing vmstat.rrd:
add_ds_to_rrd.pl /home/users/hobbit/data/rrd vmstat.rrd cpu_ec:GAUGE:600:1:U add_ds_to_rrd.pl /home/users/hobbit/data/rrd vmstat.rrd cpu_pc:GAUGE:600:1:U