From: Don K. <Don...@sc...> - 2013-01-30 14:25:44
|
Thanks Jeremy. I fixed that dumb mistake – it helps to have extra eyes :) It's still throwing the same error on the webpage - "missing repeater values…" so I'll keep trying to figure it out. Maybe it's the table definition or something else I'm not seeing. Don K From: Jeremy Laidman <jla...@re...<mailto:jla...@re...>> Date: Tue, 29 Jan 2013 16:52:45 +1100 To: <dev...@li...<mailto:dev...@li...>> Cc: Don Kuhlman <don...@sc...<mailto:don...@sc...>> Subject: Re: [Devmon] Can someone send the steps for adding a new device type and MIB to snmp & devmon? On 28 January 2013 18:17, W.J.M. Nelis <Wim...@nl...<mailto:Wim...@nl...>> wrote: > VolName : .1.3.6.1.4.1.24681.1.2.17.1.2 : branch > VolFileSystem : .1.3.6.1.4.1.24681.1.2.17.1.3 : branch > VolSize : .1.3.6.1.2.1.24681.1.2.17.1.4 : branch > VolFree : .1.3.6.1.2.1.24681.1.2.17.1.5 : branch > VolStatus : .1.3.6.1.2.1.24681.1.2.17.1.6 : branch There is an error in last three OIDs, which can explain the error message below. Specifically, the OIDs in the first two start with ".1.3.6.1.4" whereas the last three start with ".1.3.6.1.2". That's your problem. Cheers Jeremy |