From: <Lor...@pf...> - 2007-11-13 10:25:50
|
"renaming" all the values of the variables to a single word value in the specs file seems to have done the trick: the NetApp filer (viking) is now detected and queried vith snmp v1. Next issue is the following: [07-11-13@10:12:45] No SNMP data found for qrVType on viking [07-11-13@10:12:45] No SNMP data found for qrVPathName on viking [07-11-13@10:12:45] No SNMP data found for qrVKBytesUsed on viking [07-11-13@10:12:45] No SNMP data found for qrVKBytesLimit on viking [07-11-13@10:12:45] Missing repeater data for qrVPathName for quota msg [07-11-13@10:12:45] No SNMP data found for envOverTemperature on viking [07-11-13@10:12:45] No SNMP data found for envFailedPowerSupplyMessage on viking [07-11-13@10:12:45] No SNMP data found for envFailedFanCount on viking [07-11-13@10:12:45] No SNMP data found for miscGlobalStatusMessage on viking [07-11-13@10:12:45] No SNMP data found for diskFailedCount on viking [07-11-13@10:12:45] No SNMP data found for envFailedPowerSupplyCount on viking [07-11-13@10:12:45] No SNMP data found for miscGlobalStatus on viking [07-11-13@10:12:45] No SNMP data found for nvramBatteryStatus on viking [07-11-13@10:12:45] No SNMP data found for envFailedFanMessage on viking [07-11-13@10:12:45] No SNMP data found for diskFailedMessage on viking [07-11-13@10:12:45] No SNMP data found for currentTemp on viking [07-11-13@10:12:45] No SNMP data found for dfKBytesTotal on viking [07-11-13@10:12:45] No SNMP data found for dfKBytesUsed on viking [07-11-13@10:12:45] No SNMP data found for dfFileSys on viking [07-11-13@10:12:45] Missing repeater data for dfFileSys for volume msg [07-11-13@10:12:45] No SNMP data found for cfPartnerStatus on viking [07-11-13@10:12:45] No SNMP data found for cfPartnerName on viking [07-11-13@10:12:45] No SNMP data found for cfCannotTakeoverCause on viking [07-11-13@10:12:45] No SNMP data found for cfSettings on viking [07-11-13@10:12:45] No SNMP data found for cfInterconnectStatus on viking [07-11-13@10:12:45] No SNMP data found for cfState on viking [07-11-13@10:12:45] No SNMP data found for envOverTemperature on viking [07-11-13@10:12:45] No SNMP data found for currentTemp on viking [07-11-13@10:12:45] No SNMP data found for ifOutOctets on viking [07-11-13@10:12:45] No SNMP data found for ifDescr on viking [07-11-13@10:12:45] No SNMP data found for ifInOctets on viking [07-11-13@10:12:45] No SNMP data found for ifBps on viking [07-11-13@10:12:45] Missing repeater data for ifDescr for if_load msg The oids in the template files seem OK to me: [genesis]/usr/local/devmon/templates/netapp/if_load$ cat oids ifDescr : .1.3.6.1.2.1.2.2.1.2 : branch ifBps : .1.3.6.1.2.1.2.2.1.5 : branch ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch [genesis]/usr/local/devmon/templates/netapp/if_load$ snmpwalk -Ci viking <public_string> | grep ifDescr interfaces.ifTable.ifEntry.ifDescr.1 = "e0a" interfaces.ifTable.ifEntry.ifDescr.2 = "e0b" interfaces.ifTable.ifEntry.ifDescr.3 = "lo" interfaces.ifTable.ifEntry.ifDescr.4 = "vh" interfaces.ifTable.ifEntry.ifDescr.5 = "vif0" [genesis]/usr/local/devmon/templates/netapp/if_load$ snmpwalk -On viking <public_string> | grep .1.3.6.1.2.1.2.2.1.2 .1.3.6.1.2.1.2.2.1.2.1 = "e0a" .1.3.6.1.2.1.2.2.1.2.2 = "e0b" .1.3.6.1.2.1.2.2.1.2.3 = "lo" .1.3.6.1.2.1.2.2.1.2.4 = "vh" .1.3.6.1.2.1.2.2.1.2.5 = "vif0" .1.3.6.1.2.1.2.2.1.20.1 = Counter32: 1 .1.3.6.1.2.1.2.2.1.20.2 = Counter32: 4 .1.3.6.1.2.1.2.2.1.20.3 = Counter32: 0 .1.3.6.1.2.1.2.2.1.20.4 = Counter32: 0 .1.3.6.1.2.1.2.2.1.20.5 = Counter32: 0 .1.3.6.1.2.1.2.2.1.21.1 = Gauge32: 0 .1.3.6.1.2.1.2.2.1.21.2 = Gauge32: 0 .1.3.6.1.2.1.2.2.1.21.3 = Gauge32: 0 .1.3.6.1.2.1.2.2.1.21.4 = Gauge32: 0 .1.3.6.1.2.1.2.2.1.21.5 = Gauge32: 0 Any ideas on what I am missing here? The OS of the box hosting devmon is Redhat 7.3 (old, I know, but I would hope this doesn't make a difference). Thanks in advance for your help, Loris |