[Nagios-users] nagiosgrapher: adding further DS to rrd database

2011-02-13 Thread Marcus Schopen
Hi, this is not a specific nagios question, but I'm using nagios and nagiosgrapher and looking for a working howto to add further DS to an exsiting rrd. Thanks, Marcus -- The ultimate all-in-one performance toolkit:

Re: [Nagios-users] nagiosgrapher: adding further DS to rrd database

2011-02-13 Thread Yueh-Hung Liu
if my memory isn't going wrong, rrdtool has no direct approach to do that. you have to dump the specific rrd file to a text format(XML), edit it with adding extra DSs, then restore it to an rrd file. maybe there are some 3rd-party utilities can do that, you can search them. On Sun, Feb 13, 2011

Re: [Nagios-users] nagiosgrapher: adding further DS to rrd database

2011-02-13 Thread Badri Pillai
Hi, have a look at RRD::Simple CPAN module.. n2rrd uses that!! -bp On Feb 13, 2011, at 5:06 PM, Yueh-Hung Liu wrote: if my memory isn't going wrong, rrdtool has no direct approach to do that. you have to dump the specific rrd file to a text format(XML), edit it with adding extra DSs, then

Re: [Nagios-users] nagiosgrapher: adding further DS to rrd database

2011-02-13 Thread Marcus Schopen
Am Sonntag, den 13.02.2011, 19:22 +0100 schrieb Badri Pillai: Hi, have a look at RRD::Simple CPAN module.. n2rrd uses that!! Ah, thanks! RRD::Simple nice module. Must have overseen it. -- #!/usr/bin/perl use strict; use warnings; use RRD::Simple(); my $rrd_file =