From: Patrik G. <pg...@te...> - 2007-10-24 19:36:08
|
Hi all togehter: I've created a JRobin database by a xml template like this: <datasource> <name>TravelBookingStatus</name> <type>GAUGE</type> <heartbeat>1199</heartbeat> <min>0</min> <max>U</max> </datasource> <archive> <cf>AVERAGE</cf> <xff>0.5</xff> <steps>6</steps> <rows>24</rows> </archive> <archive> <cf>AVERAGE</cf> <xff>0.5</xff> <steps>144</steps> <rows>7</rows> </archive> So i have two archives with type AVERAGE for one datasource. Now I want to create a graph also with a xml Template. I've used <datasources> <def> <name> TravelBookingStatus </name> <rrd>${path}</rrd> <source> TravelBookingStatus </source> <cf>AVERAGE</cf> </def> </datasources> It works for the first archive with 6 steps and 24 rows - but how can I plot the second archive with 144 steps and 7 rows ? Is there a possibility to say which AVERAGE archive should be used for the graph ? Thanks a lot for your help. Best regards, Patrik |