Xymon Mailing List Archive search

Another weirdness - RRD info has gaps

list Betsy Schwartz
Fri, 3 Aug 2012 17:42:46 -0400
Message-Id: <CAAVLHR2drvhJDj=Ckw3vW9OYbsMrKF=W=user-091c6485bf5a@xymon.invalid>

n Fri, Aug 3, 2012 at 4:17 PM, Tim McCloskey <user-440820cc07d6@xymon.invalid> wrote:
I've seen this before but I don't remember the exact cause, I just remember that working on rrd stuff tended to add gray hair.  Do both of these graphs have essentially the same rrd configs?  If the foo.rrd files do not contain the detail for the tests I would truncate foo.rrd, and recheck my [foo] graph stanza. (rather, save a copy off foo.rrd first)
It's got *some* data but it's got gaps. I dropped the test, erased the
RRD file and put it back, and I am *still* seeing gaps.

I swear my two tests are getting the exact same info:

push( @rtmstats,
" \n Total : $totalcnt \n Success : $success \n TempErrors :
$temperror\n OtherErrors : $othererror  \n TotalErrors : $totalerror
\n PercentFailure : $failure%   \n"
);
push ( @bbdata, at rtmstats);
push ( @bbdata,< SNIP lots of other stuff>);

my $bbcmd =  "$XYMON $XYMSRV 'status+12h $MACHINE.$TESTNAME  $color
$date @bbdata \n'";
system("$bbcmd");
print $bbcmd;

$bbcmd =  "$XYMON $XYMSRV 'status+12h $MACHINE.rtmstats green  $date
@rtmstats \n'";
system("$bbcmd");
print $bbcmd;