> -----Original Message----- > From: [EMAIL PROTECTED] > > For my company i´d like to monitor the load of memory. > For this purpose i have to combine the 2 "free" values for > I/O and processor region and the 2 "used" > > 1.3.6.1.4.1.9.9.48.1.1.1.5.1 -> used Processor > 1.3.6.1.4.1.9.9.48.1.1.1.5.2 -> used I/O > 1.3.6.1.4.1.9.9.48.1.1.1.6.1 -> free Processor > 1.3.6.1.4.1.9.9.48.1.1.1.6.2 -> free I/O > > Now i´d like to sum the "used" OID`s and the "free" OID´s and > show this i a normal mrtg-graph with "in" and "out" line ... > > Is there a way to combine these values with the target Option?
Target[myserver-memory]: 1.3.6.1.4.1.9.9.48.1.1.1.5.1&1.3.6.1.4.1.9.9.48.1.1.1.6.1:[EMAIL PROTECTED]: + 1.3.6.1.4.1.9.9.48.1.1.1.5.2&1.3.6.1.4.1.9.9.48.1.1.1.6.2:[EMAIL PROTECTED]: Basically, oid1&oid2 + oid3&oid4 will sum 1 and 3 for in, 2 and 4 for out. Mind the spaces surrounding the '+' sign. Tim -- 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
