|
Ordering the Summary page is something I'll have to get back to you on. This was asked before, I can't remember if I put the fix in place or not...
As far as summary pages go,you can define many different ones, if you want, using routers.cgi*Summary[]. Thus you can have one summary page for each family of targets, if necessary (EG: I have a separate summary page for the Oracle-related targets in server monitoring)
For you totalling of the DS3 interfaces, there is an easier way.
For each of the DS3 targets, add a line (changing targetname appropriately):
routers.cgi*Graph[targetname]: DS3summary withtotal
Then, you can also have:
routers.cgi*Title[DS3summary]: All DS3 lines
Alternatively, if you remove the 'withtotal' on the Graph definitions, you could instead use:
routers.cgi*GraphStyle[DS3summary]: stack
routers.cgi*Options[DS3summary]: noo
to get a graph of inbound on the interfaces, as a stacked area graph.
There are many ways to do this - either have incoming and outgoing on the same graph, or on two separate graphs (usually better), with the components or just the total, with total and/or average lines, as a stacked graph or as multiple lines. Read the documentation on UserDefined graphs within routers2, and see the online examples.
The 'incoming' and 'outgoing' graphs you get automatically added by default are examples of userdefined summary graphs, non-stacking.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|