|
First, the labels in the Targets menu.
There are several ways to set these. In order of preference:
(In the .cfg file)
routers.cgi*ShortDesc[target]: Foo Router
SetEnv[target]: MRTG_DESCR="Foo Router"
Now, the labels in the Devices menu (these correspond to separate .cfg files)
routers.cgi*Desc: Footown Site
The [targetdesc] section is and old thing now deprecated, you should use the above directives (see the MRTG_INFO documentation for all syntax) instead.
Each .cfg file corresponds to a Device. Each Device has a short description (used as the menu label) and a Long description (used as a title, for example in the Summary). These are determined in a number of ways, which can be chosenin the routers2.conf, if you do not explicitly set them. See the ROUTERS_CONF and MRTG_INFO documentation files for the syntax.
This is detailed in the HOWTO and PROBLEMS files, and touched on in the README as well.
Menus:
When you click the 'options' button, the Devces list goes and instead you see the list of Targets for the current device. It sounds as if one of these is called 'mrtg.', which may be the best guess routers2 can make. I'd need to see the cfg files to know why.
Make sure your master .cfg file is ignored by routers2 (have routers.cgi*Ignore:yes defined in it) and that it includes the other cfg files, not them including it.
When you are viewing the Devices menu, if you see an entry which has a [+] icon, then this is an expandable group. By default, groups will be named according to the last part of their directory name.
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|