No results from 1.3.6.1.4.1 onwards using snmpwalk

2005-11-07 Thread John Joseph
Hi I am trying to do SNMP monitoring for Oracle. I am also planning to write a SNMP plugin for the same,I want nagios to monitor all the services using SNMP . I have few doubts , I would like to get some feedback of your experience in SNMP way of monitoring oracle I am using RHEL4 and sn

How to return error message with snmpset using pass_persist

2005-11-07 Thread quhp
Hello everyone, I am developing some MIB handlers using pass_persist perl script. I try the example(local/pass_persist) provided in your packege(version 5.2.1), and encounted some problems. The example is as following: #!/usr/bin/perl # Persistant perl script to respond to pass-through smnp r

mib2c configure difference between iterate and iterate_access

2005-11-07 Thread Earnest Pan
Dear all, What is the difference between iterate and iterate_access? Is there any document for programmer to reference how to write code in the generating c skeleton code?What can I add my code in where? Thanks. _

Mibs For Dummy(MFD)

2005-11-07 Thread Earnest Pan
Hi all, When I use MFD to generate the code for table, I always faced the problem as following: make -f ifTable_Makefile: all the variables in 'xxTable_cache_load' function are undeclared (first use in this function) How can I solve it? Thanks in advance. _

Re: config for send traps to HP NNM

2005-11-07 Thread Gayatri K
What will it take if I want to enable cpu and memory threshold traps from the linux box to HP OV ? I have the snmpd.conf in place, I have an oid so that it goes to a browser in NNM. The test messages goes to the right browser in NNM but I get the mssg Unavailable Event Parameter. I assume its becau

How to modify data in response packet?

2005-11-07 Thread Ying Wang(CD)
Hi list, As you know, SNMP will manage a request, and then send a SNMP response packet to the client when a request comes. Usually, in this response packet, the request data is still included in it like in the request packet, and the data is without any change. But, in my requirement, the reques

How to return error message using pass-persist!

2005-11-07 Thread quhp
Hello everyone, I am developing some MIB handlers using pass_persist perl script. I try the example(local/pass_persist) provided in your packege(version 5.2.1), and encounted some problems. The example is as following: #!/usr/bin/perl # Persistant perl script to respond to pass-through smnp r

Re: Problem with Dell ArrayManager-MIB

2005-11-07 Thread russh
I had another problem with my post in the translate I did. here is what it gives with the stock dell mib: snmptranslate -IR channelNumberEv No log handling enabled - turning on stderr logging Bad operator (_): At line 6659 in /usr/local/net-snmp//share/snmp/mibs/arymgr.mib Unknown object identifi

Problem with Dell ArrayManager-MIB

2005-11-07 Thread russh
I've googled around and checked for anything on this and can only find a reference to someone who has a similer but different problem. I have the dell array manager mib and I have set the MIBS environment variable to include it.  But if I run snmptranslate -On iso.org.dod.internet.private.enterpr

Can't disable authentication traps

2005-11-07 Thread cnelson
I'm using v5.1.1 and I find that I can't disable generation of authentication traps. I've used snmpget to verify that the setting is disabled and I've looked at the persistent store in snmpd.conf and verified that pauthenabled is 2 (disabled). Looking for "authentication" as a keyword for any bug

mib2c: invalid OID

2005-11-07 Thread Eugen
Hi,   I’m trying the mib2c and it works fine for objects already defined in the MIBs from /usr/share/snmp/mibs directory. But if I try to add a new MIB file I get the error “You didn't give mib2c a valid OID to start with…” when executing “mib2c my-root” command.   The MIBS environm

RE: command line options vs. snmp.conf

2005-11-07 Thread Marc Wiatrowski
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Bradford Ritchie > > I can override the version and community string on the > command line using -v and -c. But the oidOutputFormat is > always used even if I specify -Of on the command line.

Re: 'Inter-Tables indexing' and perl

2005-11-07 Thread Dave Shield
On Mon, 2005-11-07 at 15:32 +0100, Turbo Fredriksson wrote: > >> Check the agent code - what does it return when asked for an OID > >> that happens to belong to an index object? It ought to completely > >> ignore such object - just as if they don't exist at all. > > With 'completely ignore...',

how do i apply a patch???

2005-11-07 Thread Boris Fischer
Hi, I get the same error-message listed below can anybody tell me how to apply the patch??? THX Bo old message Hi Dave, This is a big fat bug. See: http://sourceforge.net/tracker/index.php?func=detail&aid=1107565&group_id=80033&atid=558508

Re: 'Inter-Tables indexing' and perl

2005-11-07 Thread Turbo Fredriksson
Quoting Turbo Fredriksson <[EMAIL PROTECTED]>: > [sorry for taking so long, but I've been busy with other things] > > Quoting Dave Shield <[EMAIL PROTECTED]>: > >> On Sat, 2005-10-22 at 10:46 +0200, Turbo Fredriksson wrote: >>> If I read your explanation correct above, you're not supposed to >>> s

RE: Net-snmp-5.2.2.rc4 configure o/p mismatch

2005-11-07 Thread Kurapati M-G19456
Dave, I think this typo will fix the version information that is getting displayed with '--version' option for the snmpd and other binaries. One more thing that I have observed is that, after the make install step, I am seeing the libraries are versioned as 9.0.0 instead of 5.2.2. [EMAIL PRO

Re: Net-snmp-5.2.2.rc4 configure o/p mismatch

2005-11-07 Thread Dave Shield
On Mon, 2005-11-07 at 18:20 +0800, Kurapati M-G19456 wrote: > After doing the ./configure for net-snmp-5.2.2.rc4, I am seeing the > Net-SNMP version as 5.2.2.rc3 in the configuration summary banner. Is > this a typo in the configure.in file? Or Something else? It's a typo - don't you worry your p

Re: Net-snmp-5.2.2.rc4 configure o/p mismatch

2005-11-07 Thread Thomas Anders
Kurapati M-G19456 wrote: After doing the ./configure for net-snmp-5.2.2.rc4, I am seeing the Net-SNMP version as 5.2.2.rc3 in the configuration summary banner. Is this a typo in the configure.in file? Or Something else? When finalizing a release (including pre and rc releases), the version nu

Net-snmp-5.2.2.rc4 configure o/p mismatch

2005-11-07 Thread Kurapati M-G19456
Hi, After doing the ./configure for net-snmp-5.2.2.rc4, I am seeing the Net-SNMP version as 5.2.2.rc3 in the configuration summary banner. Is this a typo in the configure.in file? Or Something else? BTW, Any ideas on the date of 5.2.2 final release? Thanks Mahesh -

Re: config for send traps to HP NNM

2005-11-07 Thread Dave Shield
On Sat, 2005-11-05 at 16:24 -0600, Tomas Carmen wrote: > I am trying to config my > linux server for send their traps to one HP NNM (trap > receiver) $ man snmpd.conf SETTING UP TRAP AND/OR INFORM DESTINATIONS trapsink HOST [COMMUNITY [PORT]] trap2si