From: Mario A. P. <row...@gm...> - 2010-07-22 18:20:11
|
Hi Buchan, How are you? I Hope that everything is doing good for you right now. I have good news of the v3 devmon support version. I've decided to use Net_SNMP_util.pm utility and after some hard work, first to discover how the things works and then how SNMP_session works and how they are parsed. In my first release, I'm using only 3 parameters from v3 ( username,password and protocol) and the others can be added with easy changes. I will clean some code and send to you so you can make tests too. In Net_SNMP_util.pm the sysUptime is not parsed in seconds, the result is already parsed in days HH:MM:SS format. So for example the cpu monitoring 'sysuptime' don't work as the previous version. Do you think that already exist a way in devmon to transform it or we have to develop? I'm asking this because I would like to maintain my cpu uptime monitoring and the new version needs to be compatible with the old one templates, right? Regards, Mario. On Tue, Jul 6, 2010 at 5:34 AM, Buchan Milne <bg...@st...>wrote: > On Monday, 5 July 2010 19:28:50 Mario Andre Panza wrote: > > Hi Buchan, > > Sorry for the late reply, I hadn't read your previous mail yet, as the past > two weeks were quite hectic (wife in hospital for a few days, power outage > at > a data centre etc.). > > > I've changed devmon to read bbhosts and get the v3 parameters. > > Did you work from an svn checkout? Have you got a patch? > > > now my > > problem is the dm_snmp.pm file. I have some doubts, Do you think by > > changing the connection method is sufficient to work? Or I have rewrite > all > > the dm_snmp.pm? > > I think at most some minor changes would be required. It should not be > necessary to re-write all of dm_snmp. > > It would be easier to know after seeing what changes you have had to make > so > far. > > > On Thu, Jun 24, 2010 at 3:47 PM, Mario Andre Panza > > > > <row...@gm...>wrote: > > > Hi Buchan, > > > > > > This week I've started to work in this solution. I've verified that the > > > developer of snmp_session now works on Net_SNMP_util.pm utility that is > > > based on Net:SNMP. > > > > > > > http://code.google.com/p/snmp-session/source/browse/trunk/Net_SNMP_util.p > > >m?r=730 I'm trying to use this file. Do you think that use this utility > is > > > a good way to implement the snmpv3 support? > > Regards, > Buchan > |