|
From: Buchan M. <bg...@st...> - 2010-07-27 12:29:33
|
On Thursday, 22 July 2010 19:20:04 Mario Andre Panza wrote: > 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. Great! It would be nice to see a patch/svn diff if you have one available. > 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 think for now that should be sufficient for the users with urgent SNMPv3 requirements, but other methods (e.g. SSL certificates) would be useful later. > I will clean some code and send to you so you can make tests too. Cool. > 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'll have a look as soon as you send me a patch, but ideally we would want to be able to access both transformed and non-transformed values. Otherwise, we will have to consider adding template versioning and have devmon check that the templates are up-to-date ... > 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? We will definitely want to ensure that all values used in thresholds or RRDs are maintained or migrated. Regards, Buchan |