I've been rather remiss in getting back with the questions & request for further info. as I am a bit busy during the day & this problem is on a work system .
But I'll get back with them soon now that I have a reminder set up .
My cure was to edit 'mrtg' like so .
[code]
# update the rrd
$inlast = 'U' unless defined $inlast and $inlast =~ /\S/ and $inlast ne '##UNDEF##';
$outlast = 'U' unless defined $outlast and $outlast =~ /\S/ and $outlast ne '##UNDEF##';
+#
debug('log', "RRDs::update($dotrrd, '$time:$inlast:$outlast')");
my $start = gettimeofday();
my $rrddata;
- if ( $RRDs::VERSION >= 1.2 ){
- $rrddata=RRDs::updatev($dotrrd, "$time:$inlast:$outlast");
- } else {
+# if ( $RRDs::VERSION >= 1.2 ){
+#
+# $rrddata=RRDs::updatev($dotrrd, "$time:$inlast:$outlast");
+# } else {
+#
RRDs::update($dotrrd, "$time:$inlast:$outlast");
- }
+# }
+#
[/code]Statistics: Posted by babydr — Fri Mar 13, 2009 6:34 am
]]>