>Hello all >I know I have asked for this alot. >I use MRTG with rrdtool. >Well, I want to make a summation of many targets (and I mean many). >I tried many solutions, but most of them is not suitable since I use cacti as >my frontend, so I can't go with the option to make the graph statement >myself! >So, I think the best way is to make MRTG sum the links in one rrd file, and >graph it simply like any other thing. > >When I put the targets in MRTG cfg file, it throws some error messages to me >that some targets didn't return a value, and that it skipped the operation. >I use the option unknaszero in mrtg cfg file. >I don't know if MRTG has any limits on the number of targets to be summed !! >I have more than 50 targets. >Anyone tried doing something like that ??? > >Regards >M. Eldesoky
In my experience, Target A+B returns nothing if ANY of the interfaces fails to reply. If you are adding a lot together, there's a good chance that at least one will fail. The only solution would be to up the retry counts etc, but then you might not get around the lot within the polling interval. Another way of summing, is to use MRTG/RRD to capture and store the data, and Routers2.cgi to view it. Routers2 has a Totalling option, so monitor lots of interfaces individually (if one skips, who cares?), and plot a total graph. Works for 2 or 3 interfaces, never tried it with your quantities. Peter -- 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
