Can I setup the RRDtool so that the data values have intervals of 5 minutes but the data is delivered to RRDtool every 30 minutes? I need the chart to be clocked with 5 minutes interval as well (X axis) but refreshed every 30 minutes.
Use case: I have a DIY weather station that communicates with the world with GPRS. It collects the weather data every 5 minutes and stores it until 6 sessions like this are done and then sends the bulk of 6 measurement information via GPRS. Sending the data every 5 minutes is inefficient in terms of power usage and the data transfer tolls.