<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Using the generic template as suggested, I managed to get CPU going on a quad core.&nbsp; Still trying to find a better way to display it so I can see each individual core on one graph, but that's out there on the mailing list now as well.&nbsp; Thank you very much, I think that template may solve the issue I've been having trying to get load values populating in a graph.<br><br>----- Original Message -----<br>From: "Steve Shipway" &lt;s.shipway@auckland.ac.nz&gt;<br>To: "Matt Baer" &lt;matt@baerconsult.com&gt;, "mrtg" &lt;mrtg@lists.oetiker.ch&gt;<br>Sent: Friday, September 25, 2009 7:58:43 PM GMT -06:00 US/Canada Central<br>Subject: RE: [mrtg] CPU and RAM Utiliziation for Windows Machine<br><br>

<style>P {
        MARGIN: 0px
}
</style>

<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>

<div dir="ltr"><font color="#000000" face="Tahoma" size="2">I'd really suggest using cfgmaker templates to generate the various Targets.&nbsp; This way you will get all-numerical OIDs (so no problems with unrecognised short symbolic names) and also the host cfgmaker
 template in the website probes for th existance of the various OIDs before creating the Target definition, so you wont get one that doesnt exist.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">The cfgmaker documentation tells you the details, but basically you just use
</font></div>
<div dir="ltr"><font face="tahoma" size="2">&nbsp;&nbsp;&nbsp; </font><font face="tahoma" size="2">cfgmaker --host-template=template.htp
<a href="mailto:community@hostname" target="_blank">community@hostname</a></font></div>
<div dir="ltr"><font face="tahoma" size="2">if your monitored host is 'hostname' with snmp community 'community' and the host template is called 'template.htp'.&nbsp; An interface template is similar, except that it is run once PER DETECTED INTERFACE rather than
 just once.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Note that there are some problems with using SNMP -</font></div>
<div dir="ltr"><font face="tahoma" size="2">1. You need to make sure it is enabled</font></div>
<div dir="ltr"><font face="tahoma" size="2">2. You need to make sure the apporpriate sections are enabled - eg with Linux you need to have the appropriate lines in the /etc/snmp/snmpd.conf to enable disk space checks, load average checks, and so on</font></div>
<div dir="ltr"><font face="tahoma" size="2">3. Different OSs support different parts of the OID tree.&nbsp; For example, Windows and Linux give different places for data, and so do Solaris, Cisco and so on.&nbsp; Plus different vendors have vendor-specific extensions
 which may or may not be useful.</font></div>
<div dir="ltr"><font face="tahoma" size="2">4. You need to set up your permissions correctly to allow the monitoring server rights to view the OID tree correctly</font></div>
<div dir="ltr"><font face="tahoma" size="2">5. With Windows in particular, the Storage mappings can be re-enumerated on the fly if you plug in or remove USB devices.&nbsp; This can mess up storage graphs done via SNMP.&nbsp; You may be better off with something the like
 mrtg-storage check plugin which uses SNMP but confirms the table has not been re-enumerated.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">If you run with the all-hosts host template from
<a href="http://www.steveshipway.org/cfgmaker" target="_blank">www.steveshipway.org/cfgmaker</a> and it doesnt generate any Targets then check your SNMP configuration.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Steve</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div style="direction: ltr;" id="divRpF244740">
<hr>
<font face="Tahoma" size="2"><b>From:</b> mrtg-bounces@lists.oetiker.ch [mrtg-bounces@lists.oetiker.ch] On Behalf Of Matt Baer [matt@baerconsult.com]<br>
<b>Sent:</b> Saturday, 26 September 2009 9:58 a.m.<br>
<b>To:</b> mrtg<br>
<b>Subject:</b> [mrtg] CPU and RAM Utiliziation for Windows Machine<br>
</font><br>
</div>
<div></div>
<div>
<div style="font-family: Arial; color: rgb(0, 0, 0); font-size: 12pt;">I'm having some issues with monitoring the CPU and RAM of a Phenom machine running Vista.&nbsp; I'd like to watch all 4 cores.&nbsp; I'm sure it's a problem with OID.&nbsp; But don't know what to switch to.&nbsp;
 This is what I get in my logs:<br>
<br>
SNMP Error:<br>
Received SNMP response with error code<br>
&nbsp; error status: noSuchName<br>
&nbsp; index 1 (OID: 1.3.6.1.4.1.2021.4.6.0)<br>
</div>
</div>
</div></body></html>