|
The problem is that you only have one Y-axis, one scale, and so one unit type. If your units are different, then it is difficult to put them on the same graph.
You can define a UserDefined graph (see the documentation, or the Linux CPU graph in the example server) to put multiple Targets onto a single graph. This is good, for example, to show the traffic of multiple interfaces on a a single graph.
If you have v2.22 or later of Routers2, and RRDTool 1.3 or later, then you can define a second Y-axis using the ScaleShift directive. This lets you, for example, have a Celsius AND Farenheit axis on a temperature graph, or display temperature and humidity on separate axis of the same graph.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|