|
This is not the correct use of MRTG -- with MRTG, it needs to be able to ask every 5min (depending on configuration) and be given a pair of values to add to the RRD, which are then later graphed. You cannot give a whole set of values and have them processed at once.
What you could do is to write aplugin for MRTG that processes a CSV file containing one timepoint's data, and have this run every 5min to add the next value.
Or, you could create a 'dummy' cfg file used only by the frontend, and then omit MRTG entirely and write your own script to inject the data into the RRD directly -- although in this case, you would need ot be very careful to make sure the RRD is of the same format and configuration as an MRTG-generated one. This would require a fair amount of coding skill, though.
If you just want to generate a graph from a CSV file of values, you'd probably be better off using Excel or similar...
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|