> From: "Kevin W. Gagel" <[EMAIL PROTECTED]>
> Does anyone know how I might resolve this?
> ERROR: the RRD does not contain an RRA matching the chosen CF
> My apologies if someone already responded - I may have deleted the response
> as I get one of these messages every 10 minutes. I'm reposting with a
> different subject so I don't delete by accident.
On Wednesday you wrote to the DCC-servers mailing list and I answered
there with this:
} Doesn't the patch still work? The change is to replace "db" with
} "yes" in about line 416 of /var/dcc/libexec/dcc-stats-graph
RCS file: RCS/dcc-stats-graph,v
retrieving revision 1.50
diff -p -r1.50 dcc-stats-graph
*** dcc-stats-graph 2007/05/18 01:53:37 1.50
--- dcc-stats-graph 2007/06/12 21:59:30
*************** for DUR in `echo $SPANS | tr ',' ' '`; d
*** 382,388 ****
fi
fi
TITLE=`echo "$TITLE_PAT" | sed -e 's/%1/Checksums/g'`
! if test "$GRAPH_DB" = db; then
if test -z "`$RRDTOOL info $LAST_FILE \
| grep '^rra.*cf = .MAX.'`"; then
GRAPH_DB=db-min
--- 382,388 ----
fi
fi
TITLE=`echo "$TITLE_PAT" | sed -e 's/%1/Checksums/g'`
! if test "$GRAPH_DB" = yes; then
if test -z "`$RRDTOOL info $LAST_FILE \
| grep '^rra.*cf = .MAX.'`"; then
GRAPH_DB=db-min
Vernon Schryver [EMAIL PROTECTED]
_______________________________________________
DCC mailing list [email protected]
http://www.rhyolite.com/mailman/listinfo/dcc