Re: reserved characters in MIBs

2007-03-14 Thread Dave Shield
On 14/03/07, Joao Miguel Ferreira <[EMAIL PROTECTED]> wrote: > just bumped into a MIB that contains an underscore character "_" > aparentlly the snmptranslate tool does not like it See 'snmcmd(1)' and the option '-Pu' > searching around I noticed that none of the MIBs that ships with > n

RE: MIB for cpu temperature and/or cpu cooling fans, hardware, monitoring

2007-03-14 Thread Bruce Shaw
> agent supports the LM-SENSORS MIB ... but as far as i can tell, only under Solaris (plse correct me if i'm wrong). Linux should work as well, using lmmon and friends. > [on the one box where i have implemented it, the only items i could see were values for voltage, temperature, and fan s

Re: MIB for cpu temperature and/or cpu cooling fans, hardware, monitoring

2007-03-14 Thread Stuart Kendrick
hi joao, the net-snmp agent supports the LM-SENSORS MIB ... but as far as i can tell, only under Solaris (plse correct me if i'm wrong). [on the one box where i have implemented it, the only items i could see were values for voltage, temperature, and fan speed ... and i haven't figured out wh

RE: MIB for cpu temperature and/or cpu cooling fans, hardware monitoring

2007-03-14 Thread Palmadesso, Jack IT7
Its going to depend on the vendor. Normally you can get these MIBs from their support site or from the online Netcool MIB database. Jack -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joao Miguel Ferreira Sent: Wednesday, March 14, 2007 1:54 PM To: n

Re: MIB for cpu temperature and/or cpu cooling fans, hardware monitoring

2007-03-14 Thread Thomas Anders
Joao Miguel Ferreira wrote: > Any one knows a MIB for board temperature and/or cpu cooling fans, or > generic system hardware monitoring ? LM-SENSORS-MIB, as far as your OS/hardware combo is supported and your build configuration includes it. +Thomas -- Thomas Anders (thomas.anders at blue-cab

MIB for cpu temperature and/or cpu cooling fans, hardware monitoring

2007-03-14 Thread Joao Miguel Ferreira
Hello, Any one knows a MIB for board temperature and/or cpu cooling fans, or generic system hardware monitoring ? thx jmf - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you

openSUSE Build Service (was: Re: UNKNOWN host from snmptrapd)

2007-03-14 Thread Thomas Anders
Dave Shield wrote: > On 14/03/07, Thomas Anders <[EMAIL PROTECTED]> wrote: >> Alternatively, you may use one of the SVN snapshot binary packages >> (rpm/deb) we're providing on >> >> http://software.opensuse.org/download/net-snmp/ > > (!) > > What's the mechanism that's used for generating thes

reserved characters in MIBs

2007-03-14 Thread Joao Miguel Ferreira
Hello all, just bumped into a MIB that contains an underscore character "_" aparentlly the snmptranslate tool does not like it searching around I noticed that none of the MIBs that ships with net-snmp contains this character... is this a reserved character ? thx jmf -

Re: UNKNOWN host from snmptrapd

2007-03-14 Thread Kyle Tucker
> > http://www.net-snmp.org/wiki/index.php/Net-SNMP_SVN_Usage_Page > > on how to properly check out the 5.4.x SVN branch. Got it, works great, awesome, thanks! -- - Kyle - [EMAIL PROTECTED] http://www.panix.com/~kylet ---

Re: how to keep informed on obsoleted/augmented MIBs

2007-03-14 Thread Dave Shield
On 14/03/07, Joao Miguel Ferreira <[EMAIL PROTECTED]> wrote: > - How do I check if some MIB has been obsoleted by a more recent one ? > - How do I check if some MIB as been AUGMENTED by a more recente one ? For standard MIBs, try looking up the associated RFC on http://www.rfc-editor.org This

how to keep informed on obsoleted/augmented MIBs

2007-03-14 Thread Joao Miguel Ferreira
Hello all, - How do I check if some MIB has been obsoleted by a more recent one ? - How do I check if some MIB as been AUGMENTED by a more recente one ? thx jmf - Take Surveys. Earn Cash. Influence the Future of IT Joi

Re: UNKNOWN host from snmptrapd

2007-03-14 Thread Dave Shield
On 14/03/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > Alternatively, you may use one of the SVN snapshot binary packages > (rpm/deb) we're providing on > > http://software.opensuse.org/download/net-snmp/ (!) What's the mechanism that's used for generating these? Dave ---

Re: UNKNOWN host from snmptrapd

2007-03-14 Thread Thomas Anders
Kyle Tucker wrote: > Sorry, I don't see how this SVN branch works. I grabbed the rev > 15783 code for snmptrapd_log.c and rebuilt snmptrapd and still > see the same UNKNOWN results. Is there more files involved; i.e. > do I need to download the entire branch? I looked around but did > not see how/w

Re: UNKNOWN host from snmptrapd

2007-03-14 Thread Kyle Tucker
> > traphandler called: Tue Mar 13 15:00:59 2007 > > > > This issue has been fixed in SVN (well, CVS at that time). Can you please try > with the current 5.4.x SVN branch? > > See the following (closed) bug report for details: > > [ 1638225 ] 5.4 traphandle: unresolved IP translated to > h

Re: DisMan Event MIB Problem

2007-03-14 Thread Patrick J Kobly
G'day, Just as a note... I noticed some suspicious behaviour when the agent is trying to run the behaviour. A strace on snmpd with -Ddisman and -f shows that almost immediately following the "Running trigger (triggername)" message, we start seeing select(2) calls with timeout set to 1 usec.

RE: Trap V1 and Trap V2 on the same company

2007-03-14 Thread Porat, Dan
Thanks !!! it does. I will check it. Best Regards Dan Porat Computer and Software Engineer Polycom Israel, Ltd. 94 Derech Em Hamoshavot, POB 3654, Petach Tikva 49130, Israel direct: +972.3.925.1345

Re: Trap V1 and Trap V2 on the same company

2007-03-14 Thread Joao Miguel Ferreira
On Wed, 2007-03-14 at 14:26 +0200, Porat, Dan wrote: > Hi there! > > I have a few questions . > > > > 1.Has anyone faced a situation in which he had to issue both traps V1 > and V2 for different managers on the same time ? For snmmpd this is quite indiferent. You can configure as many trapsin

Re: library for standalone applications

2007-03-14 Thread Dave Shield
On 14/03/07, Hamid Taromian <[EMAIL PROTECTED]> wrote: > i am using the snmp functions snmp_pdu_create, snmp_add_var, for my stand > alone application. but when i qant to make myfile i get unrefrenced error > for these functions. how should i add snmp lib (may be .so files ) and what > libs should

Re: Trap V1 and Trap V2 on the same company

2007-03-14 Thread Dave Shield
On 14/03/07, Porat, Dan <[EMAIL PROTECTED]> wrote: > 1.Has anyone faced a situation in which he had to issue both traps V1 and V2 > for different managers on the same time ? Is this from the agent, or a client? > 2.Is the an abstraction level which enables me to issue a GENERIC trap , and > acco

Trap V1 and Trap V2 on the same company

2007-03-14 Thread Porat, Dan
Hi there! I have a few questions . 1.Has anyone faced a situation in which he had to issue both traps V1 and V2 for different managers on the same time ? 2.Is the an abstraction level which enables me to issue a GENERIC trap , and according to configuration , it will send trap V1 to certain I

library for standalone applications

2007-03-14 Thread Hamid Taromian
hi, i am using the snmp functions snmp_pdu_create, snmp_add_var, for my stand alone application. but when i qant to make myfile i get unrefrenced error for these functions. how should i add snmp lib (may be .so files ) and what libs should i use to my make files to get rid of this error.

Trap V1 and Trap V2 on the same company

2007-03-14 Thread Porat, Dan
Hi there! I have a few questions . 1.Has anyone faced a situation in which he had to issue both traps V1 and V2 for different managers on the same time ? 2.Is the an abstraction level which enables me to issue a GENERIC trap , and according to configuration , it will send trap V1 to certain I

Regarding Raisecom Switch

2007-03-14 Thread Gaurav Ghimire
Hey does any body uses raisecom switches, I tried to get the MIB for the switches but i didn't find it. So if any body has any references regarding this then please do reply. Regards, Gaurav - Take Surveys. Earn Cash. Infl

Re: No more variables left in this MIB view

2007-03-14 Thread Dave Shield
On 14/03/07, Peter Hill <[EMAIL PROTECTED]> wrote: > The response from both my systems is the same: > > snmpwalk -v2c -c public 192.168.x.x > SNMPv2-SMI::mib-2 = No more variables left in this MIB View (It is > past the end of the MIB tree). > > Now here is where I would start suspecting the SNMP c