Hi everyone,

I'm using Net-SNMP v5.3.0.1 on several versions of Solaris (2.6->10) and
trying to build a CPU graph with rrd (in OpenNMS), but Net-SNMP isn't
returning one of the required IODs:

# snmpwalk -m ALL -c ******** -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.51
ssCpuRawNice = No Such Object available on this agent at this OID

All the other related IODs are returned just fine:

# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.3
ssSwapIn.0 = INTEGER: 0
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.4
ssSwapOut.0 = INTEGER: 0
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.7
ssSysInterrupts.0 = INTEGER: 784
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.8
ssSysContext.0 = INTEGER: 600
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.50
ssCpuRawUser.0 = Counter32: 54060
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.52
ssCpuRawSystem.0 = Counter32: 65478
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.53
ssCpuRawIdle.0 = Counter32: 51380651
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.55
ssCpuRawKernel.0 = Counter32: 65479
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.57
ssIORawSent.0 = Counter32: 132441
# snmpwalk -m ALL -c roex25mb -O s -v 2c gessolx1 .1.3.6.1.4.1.2021.11.58
ssIORawReceived.0 = Counter32: 12778

I built Net-SNMP with the following options:

# ./configure --with-perl-modules --with-openssl=/usr/local/ssl \
--with-mib-modules="host disman/event-mib ucd-snmp/diskio smux agentx" \
--with-cc=gcc

Is there a way to get this OID, or should I just bite the bullet and
exclude it from the graphs?

Thanks,
js.
-- 
Jean-Sebastien Morisset, Sr. UNIX Administrator <[EMAIL PROTECTED]>
Personal Home Page <http://jsmoriss.mvlan.net/>
Underwater and Travel Photographs <http://www.mvpix.com/>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to