On Mon, Nov 29, 2004 at 03:21:02PM -0600, William Owen wrote: > I'm trying to graph used physical memory and used virtual memory on a > Windows 2003 server box. I have two separate target definitions setup now > that use the SNMP Informant agent and work fairly well. I have a > requirement now to display both on a single graph. The issue is that for > used physical memory, I am polling free physical memory and subtracting from > the total installed memory. The outcome I am looking for would be something > like: > Target[Server]: (InstalledMem - OID1)&OID2:[EMAIL PROTECTED]
Create a script that gets these values. See "external program interface". Alternatively, try to find: -a- an OID that returns InstalledMem (OID3) and -b- an OID that always returns zero (OID0) and have OID3&OID2 - OID1&OID0 in your target HTH Alex -- You want an answer? You'd better follow the following guidelines! Linesize well below 80 chars. Reply to the list, not to me. Trim irrelevant lines. Reply _below_ the relevant lines, not on top. -- 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
