On Thu, 2003-09-25 at 11:28, [EMAIL PROTECTED] wrote: > > > I have been running mrtg from a typical scope of a WAN device to all of its > connections, and the config file was rather easy to build. However I now > need to add other sites that are not connected directly through this same > device. My question is this: Do you re-run the PERL cfgmaker command to add > these additional sites?
Yes. > if so, How does the config file get updated after > running to reflect the HTML information for the page? Yes. > > Lastly, if possible can someone provide a copy of a multi-device config > much like what I am attempting to perform, with a little blurbage to help > me understand its structure? My strategy is to run cfgmaker for every box seperately, so I'll have a pile of little files called routera.cfg, routerb.cfg, ... Then I will create a master file - mrtg.cfg - with the lines: Include: /var/mrtg/routera.cfg Include: /var/mrtg/routerb.cfg Include: /var/mrtg/routerc.cfg ... -- Daniel J McDonald, CCIE 2495, CNX Austin Energy -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
