Mahlzeit,
wie der betreff schon vermuten laesst, will ich via snmp die temperatur und evtl auch die luefterdrehzal einer v240, die unter solaris 10 laeuft, mit cacti auslesen.
laut
http://www.nagios-wiki.de/snmp/start waere das folgende oid
CPU 0 Junction Temperature Sensor .1.3.6.1.4.1.42.2.70.101.1.1.8.1.4.69
CPU 1 Junction Temperature Sensor .1.3.6.1.4.1.42.2.70.101.1.1.8.1.4.70
Enclosure Temperature Sensor .1.3.6.1.4.1.42.2.70.101.1.1.8.1.4.71
aber ich bekomme folgendes
ismine/# snmpwalk -v2c -c rz-amper -m All localhost .1.3.6.1.4.1.42.2.70.101.1.1.8.1.4.69
SMA-NOTIFICATION-MIB::products.70.101.1.1.8.1.4.69 = No Such Object available on this agent at this OID
meine config sieht wie folgt aus.
ismine/etc/snmp/conf# svcs -a | grep -i sma
online 11:35:15 svc:/application/management/sma:default
ismine/# cat /etc/sma/snmp/snmpd.conf
syslocation "Rechenzentrum Amper"
sysdescr Sun SNMP Agent, Sun-Fire-V240
syscontact lassmichinruhe@rz-amper.de
sysservices 72
rwuser snmp
rouser snmp
rocommunity public
rwcommunity rz-amper
rwcommunity private localhost .1.3.6.1.4.1.42.2.15
dlmod seaProxy /usr/sfw/lib/sparcv9/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/sparcv9/libseaExtensions.so
proc
disk /dev/dsk/c1t0d0s0 10000
disk /dev/dsk/c1t1d0s7 10000
disk /dev/dsk/c1t2d0s7 10000
disk /dev/dsk/c1t3d0s7 10000
load 10 10 10
proxy -v2c -c public localhost:3401 .1.3.6.1.4.1.3495.1
was habe ich uebersehen? was mache ich falsch?