|
You want to make the default graph type 'dwmy' (all graphs) instead of 'd' (daily). This is not currently possible by making any settings in the routers2.conf, but (if you are perl savvy) it is a single line in the routers2.pl script itself.
At the moment, the default is to show the highest resolution available -- usually daily, or 6-hour is your target has a 1-min interval. This is set at the end of the script. I will add to the wishlist a routers2.conf option to override this, but in the meantime you just need to change the $defgtype=$xgtypes[0] to be $defgtype='dwmy' (This is the definition of the default graph type, in the absence of anything specified in the parameters). I'll give more detailed instructions once I'm back in the office.
However, if all you want to do is to set the default for a single user, then you can use the Personal Preferences to select 'All Graphs' as default. This sets a cookie which overrides all other defaults on this browser to give all the graphs. If you are not happy with editing the code yourself, this will solve your problem until v2.15 comes out.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|