|
One suggestion I have would be making the 'get-ws rain' command return the values in metres. Then, you do not need to use the 'fixunit' option, and you can use ShortLegend[]:m and let RRDTool take care of using the appropriate prefix. It doesnt matter so much in this case as you'll never get a meter or a micrometer of rain, and you probably want everything in mm, but it is generally good practice to have the data stored in SI units.
From the graph you show me, it looks like the data are all zero. You should add 'fixunit' to the routers.cgi*Options if you're keeping your main unit as mm else you get the 'milli' prefix added (see the y-axis for an example of this happenning). On the y-axis you see '120m' this isn 120 meters, it is 120milli- (since you dont have fixunit). This would indicate to me that it is confused as there are no non-zero values.
Are you absolutely sure that there are non-zero data values being stored?
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|