|
If the used appears higher than the total, that's because you have the values stacked in the graph. Remove the GraphStyle definition that sets them stacked and youll get two lines again.
The options specified on the routers.cgi*Graph directive are specifically for the creation of the userdefined graph. On the whole, you'd only use 'nototal' and 'noaverage' there. The option on the routers.cgi*Options[] and Options[] are for the particular target.
When you put options on the routers.cgi*Graph line, they are cumulative over all component targets. So this one "routers.cgi*Graph[192.168.1.1.mem_2]: All-Memory total average" is specifying to add total and average, even if another one has 'nototal noaverage'!
When you are defining directives for the Userdefined graph, ALWAYS put routers.cgi* in front of them else it will think they refer to a specific target rather than the userdefined graph!
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|