|
All of the extra directives are documented in the doc/MRTG_INFO file shipped with routers2, and also in the other documentation in the same directory.
The routers.cgi*Graph[] directive is used to define a UserDefined graph, plaing lines from several Target[]s onto a single graph. In your example, you are defining a new graph, 'Combined' (you should see it in the 'Targets' menu with a cog icon).
The routers.cgi*Options[] directive lets you set various other options for routers2, whch can override any defaults or options set in the normal Options[] statement.
The 'scaled' option will have the same effect as 'routers.cgi*UnScaled[]:none' which is to say that the graph will have its Y-axis scaled to the data as far as is possible rather than being fixed to MaxBytes or greater or to any other specified values. Depending on the nature of your defined target[], and options in the routers2.conf, this may already be the default behaviour anyway so adding this option will produce no additional effect.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|