On Thu, Mar 06, 2003 at 11:28:07AM -0600, Shawn Barnhart wrote: > > Is there a syntax for graphing the data from two hosts in a single graph? > > I'd like to graph the temperature from one device as "IN" and the > temperature from another device as "OUT".
Easy way out: use the external program interface. Slightly harder: find, on each of the hosts, a way to return zero. Use that for "OUT" on one host and for "IN" on the other. Now add up two targets: OID1&[EMAIL PROTECTED] + OID3&[EMAIL PROTECTED] where OID1 and OID4 is what you want to monitor, OID2 and OID3 is 0. HTH Alex -- Much of what looks like rudeness in hacker circles is not intended to give offence. Rather, it's the product of the direct, cut-through-the-bullshit communications style that is natural to people who are more concerned about solving problems than making others feel warm and fuzzy. http://www.tuxedo.org/~esr/faqs/smart-questions.html -- 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
