solaris 10 / net-snmp not getting cpu stats
Still testing with various devices here, found an interesting issue. I have a M3000 sun box with solaris 10 on it, which gets added fine and most of the graphs appear to be eyeball correct, however am NOT stats for cpu utilization.
The sun box is using net-snmp (included w/ solaris 10)(not the older sun snmpd daemon) which was the default with older systems.
doing a manual walk I DO get stats:
$ snmpwalk -v2c -c XXXX XXXXX 1.3.6.1.4.1.2021.11 iso.3.6.1.4.1.2021.11.1.0 = INTEGER: 1 iso.3.6.1.4.1.2021.11.2.0 = STRING: "systemStats" iso.3.6.1.4.1.2021.11.3.0 = INTEGER: 0 iso.3.6.1.4.1.2021.11.4.0 = INTEGER: 0 iso.3.6.1.4.1.2021.11.5.0 = INTEGER: 0 iso.3.6.1.4.1.2021.11.6.0 = INTEGER: 0 iso.3.6.1.4.1.2021.11.7.0 = INTEGER: 507 iso.3.6.1.4.1.2021.11.8.0 = INTEGER: 259 iso.3.6.1.4.1.2021.11.9.0 = INTEGER: 1 iso.3.6.1.4.1.2021.11.10.0 = INTEGER: 0 iso.3.6.1.4.1.2021.11.11.0 = INTEGER: 99 iso.3.6.1.4.1.2021.11.50.0 = Counter32: 1190528 iso.3.6.1.4.1.2021.11.52.0 = Counter32: 330481 iso.3.6.1.4.1.2021.11.53.0 = Counter32: 136097671 iso.3.6.1.4.1.2021.11.54.0 = Counter32: 0 iso.3.6.1.4.1.2021.11.55.0 = Counter32: 330481 iso.3.6.1.4.1.2021.11.57.0 = Counter32: 0 iso.3.6.1.4.1.2021.11.58.0 = Counter32: 0 iso.3.6.1.4.1.2021.11.59.0 = Counter32: 898868894 iso.3.6.1.4.1.2021.11.60.0 = Counter32: 736460424
so it is showing ticks. but I don't see that mib tree being referenced by doing a poller debug at all?
is the solaris support only for perhaps the old snmp (solaris) version which has the entries in a different tree?
participants (1)
-
Steve Costaras