I don't think that will help you much. The net-snmp agent under Windows is very much as experimental product, missing most of the capabilities of the net-snmp agent under Unix.
Here's a quote from their README.win32 file. 'running the UCD agent instead of the MS supplied one "works" (at the loss of most of the functionality)' -----Original Message----- From: Syed Ali [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 1:13 PM To: [EMAIL PROTECTED] Subject: [mrtg] Re: Windows 2000 CPU numbering I will try the www.net-snmp.org mib for Windows. Thank you... -----Original Message----- From: Jerry Heidtke [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 1:59 PM To: Syed Ali; [EMAIL PROTECTED] Subject: RE: [mrtg] Windows 2000 CPU numbering This happens because Microsoft is incapable of understanding or following industry standards. Same thing happens with instances of network interfaces, storage devices, etc. If you need to monitor performance items on Windows servers reliably and consistantly, you cannot rely on any mib that Microsoft has written, or any standard mib that Microsoft has implemented. If your hardware vendor has supplied agents with their own mibs, use those. Otherwise use external scripts to access perfmon or wmi stats. If neither of these are an option, you're out of luck. Jerry -----Original Message----- From: Syed Ali [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 12:00 PM To: [EMAIL PROTECTED] Subject: [mrtg] Windows 2000 CPU numbering Hello, Is the CPU numbering different on different Windows 2000 dual processors machines? For example, on first host: (Iso.org.dod.internet.mgmt.mib-2) #snmpwalk -OT 1stwindows2000host .1.3.6.1.2.1.25.3.3 [snip] host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad.1 = 0 host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad.2 = 0 On second host: #snmpwalk -OT 2ndwindows2000host .1.3.6.1.2.1.25.3.3.1 [snip] host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad.2 = 0 host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad.3 = 0 Why are the CPU numbered 0,1 on the 1st host and 2,3 on the 2nd host when both have only 2 processors and are capable of having at most 2 processors? I am trying to get the load from dual processor Windows boxes and the above behavior is causing problems because on some boxes I have to query 0,1 and and some I have to query 2,3. I wish the index started uniformely at 0... Thank you -- 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 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- 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 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- 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
