Gracious and patient mrtg users:<br><br>&nbsp;&nbsp; A humble mrtg newbie requests your assistance.<br><br>&nbsp;&nbsp;&nbsp; In trying to get MRTG to monitor CPU/system info from the localhost, I have running into the following situation.<br><br><br><br>So with either v1 or v2c, I get this:<br><br>]# snmpwalk -v 2c -c &lt;mycom&gt; localhost ssCpuUser.0<br>UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 0<br><br>Working,right?&nbsp; Not for mrtg, at least not the way that I'm trying to do it:<br><br>---------&nbsp;&nbsp; /etc/mrtg/cpu.cfg&nbsp; -------<br>WorkDir: /var/www/mrtg<br>LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt,/usr/share/snmp/mibs/TCP-MIB.txt<br>Target[localhost.cpu]:ssCpuRawUser.0&amp;ssCpuRawUser.0:aonetworks@localhost + ssCpuRawSystem.0&amp;ssCpuRawSystem.0:aonetworks@localhost + ssCpuRawNice.0&amp;ssCpuRawNice.0:aonetworks@localhost<br>----- truncated for your viewing pleasure ----<br><br><br>]# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/cpu.cfg <br>Unknown SNMP
 var ssCpuRawUser.0<br>&nbsp;at /usr/bin/mrtg line 2149<br>Unknown SNMP var ssCpuRawUser.0<br>&nbsp;at /usr/bin/mrtg line 2149<br>2007-04-17 21:31:22: WARNING: Expected a number but got '3:26:16'<br>2007-04-17 21:31:22: WARNING: Expected a number but got 'myhost.mydomain.com'<br>Unknown SNMP var ssCpuRawSystem.0<br>&nbsp;at /usr/bin/mrtg line 2149<br>Unknown SNMP var ssCpuRawSystem.0<br>&nbsp;at /usr/bin/mrtg line 2149<br><br><br><br>Soooo, what am I doing wrong?<br><br><br>rpm -qa |egrep "mrtg|snmp"<br>net-snmp-libs-5.3-4.2<br>mrtg-2.15.1-1<br>net-snmp-5.3-4.2<br>net-snmp-devel-5.3-4.2<br>net-snmp-utils-5.3-4.2<br><br>