hi ewald, that sounds like a good idea. a more generalized cfgmaker, which could take as input a pair of OIDs (like the ones you specify) and then walks the switch producing a config file. hmmph
i auto-generate all my MRTG config files, using in-house code (http://www.skendric.com/trend/device/). 'build_fsx_config' takes a list of Silkworms as input and produces an MRTG config file as output. installing my code is a bit of a bear ... requires a ton of Perl modules, plus willingness to edit the code itself (to insert your SNMP RO string, for instance i suppose i would have been smarter to have modified cfgmaker, per your vision below, and then written some wrapper code. but i didn't do this -- i picked out the variables i wanted (see the sample graphs) and hard-coded them into my script --sk stuart kendrick fhcrc Ewald Jenisch wrote: > Hi, > > I'm looking for a way to automatically generate mrtg-configs for > SAN-Switches (Fibrechannel). Running cfgmaker against a SAN-Switch > (Brocade) gives the config for the LAN-ports - however I need the > statistics of the SAN (FC) ports. > > Currently I'm doing hand editing of the config files, but given the > sheer number of ports and adds/moves/changes makes this rather > cumbersome. > > Is there a way for cfgmaker to specify which variables to track? > > To be specific the variables in question are > > 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.12.1&1.3.6.1.4.1.1588.2.1.1.1.6.2.1.11.1 > > (i.e. FC bytes read/written) > > Thanks much in advance for any clue, > -ewald > > > _______________________________________________ > mrtg mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/mrtg _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
