[Xymon] Another weirdness - RRD info has gaps

Betsy Schwartz betsy.schwartz at gmail.com
Fri Aug 3 23:42:46 CEST 2012


n Fri, Aug 3, 2012 at 4:17 PM, Tim McCloskey <tm at freedom.com> 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;



More information about the Xymon mailing list