Hi,
I defined to archive .. like this
rrdDef.addArchive(AVERAGE, 0.5, 1, 600); -- day Data
rrdDef.addArchive(AVERAGE, 0.5, 6, 700); -- week Data
rrdDef.addArchive(AVERAGE, 0.5, 24, 775); -- month Data
and then I want to make daily,weekly,monthly graph
so I wanna use week data Archive and I also used tutorial source
but the graph made by day Data
so how to use week data while I make to define graph..
gDef.datasource("a", rrdFilePath, "a", AVERAGE);
I just use AVERAGE..