I'm hoping that somebody in this forum can assist. I've searched this forum, and I've searched Google also. I'm using the perl package RRD::Editor and am getting an error using the update function:
Undefined subroutine &RRD::Editor::findDSidx called at C:/Perl64/site/lib/RRD/Editor.pm line 957. my $rrd = RRD::Editor->new(); $rrd->open($rrdFile); ... ... bunch of stuff blah foo bar ... ... $rrd->update($args); $args looks like this: $VAR1 = '-t ifSpeed:ifInOctets N:33.1146240234375:23.2696533203125'; The update function succeeds if I do not use the -t option to specify the load order template. Can anyone see what I'm doing wrong with $args? Thanks in advance -- View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/Help-with-update-tp7032320p7032320.html Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
