<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Aug 8, 2008 at 9:05 PM, nate <span dir="ltr"><<a href="mailto:centos@linuxpowered.net">centos@linuxpowered.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Rudi Ahlers wrote:<br>
<br>
> running snmpwalk, I get the following:<br>
><br>
<br>
</div>Likely you need to open up your snmpd.conf, take a look at this one<br>
as an example:<br>
<a href="http://portal.aphroland.org/%7Eaphro/snmp/snmpd.conf" target="_blank">http://portal.aphroland.org/~aphro/snmp/snmpd.conf</a><br>
<br>
For CentOS 4.x at least the OIDs are:<br>
<br>
eth0 in: .1.3.6.1.2.1.2.2.1.10.2<br>
eth0 out: .1.3.6.1.2.1.2.2.1.16.2<br>
eth1 in: .1.3.6.1.2.1.2.2.1.10.3<br>
eth1 out: .1.3.6.1.2.1.2.2.1.16.3<br>
<br>
[cacti@dc1-mon002:~/bin]$ snmpget -v1 -c public localhost<br>
.1.3.6.1.2.1.2.2.1.10.2<br>
IF-MIB::ifInOctets.2 = Counter32: 1203591015<br>
[cacti@dc1-mon002:~/bin]$ snmpget -v1 -c public localhost<br>
.1.3.6.1.2.1.2.2.1.16.2<br>
IF-MIB::ifOutOctets.2 = Counter32: 4079516345<br>
<br>
For cacti I use all my own custom scripts to gather data, I<br>
don't use the built in stuff. I've gotten my custom install<br>
to scale to 10.6 million data points updated per day, and<br>
I'm only running at 16% cpu usage. Love that efficiency, though<br>
unfortunately I can't virtualize it as it's too page fault<br>
heavy(just nailed that down this morning).<br>
<br>
nate<br>
<br>
_______________________________________________<br>
</blockquote><div><br>Hey Nate, <br><br>What you just said made me think, check what interfaces are listed, so I got this:<br><br>snmpwalk -Of -v2c -c public localhost interfaces<br>.iso.org.dod.internet.mgmt.mib-2.interfaces = No Such Object available on this agent at this OID<br>
<br><br>So the question now is, what should the OID's be for CentOS 5.2 to get the network car's SNMP info? And where exactly do I add it to the snmpd.conf file?<br></div></div><br><br clear="all"><br>-- <br><br>Kind Regards<br>
Rudi Ahlers<br>
</div>