What is the Meaning for Loop-Context

2007-02-22 Thread sathyanarayanan Thangavelu
Hi Friends get_first_data_point Responsible for: returning the first set of "index" data, a loop-context pointer, and optionally a data context pointer. Here What is the meaning for Loop-Context I did not understood please help me out. Regards Sathya ---

Re: RDBMS-MIB

2007-02-22 Thread Josh Tolley
On 2/22/07, Dave Shield <[EMAIL PROTECTED]> wrote: > On 22/02/07, Josh Tolley <[EMAIL PROTECTED]> wrote: > > I'm messing with the RDBMS-MIB (rfc 1697), and from all I can see, it > > looks like the RFC uses invalid syntax the RDBMS-MIB imports > > applIndex and applGroup from APPLICATION-MIB (

Re: monitor an extend OID

2007-02-22 Thread Dave Shield
On 22/02/07, Kyle Tucker <[EMAIL PROTECTED]> wrote: > Should I be able to use "monitor" to essentially run a script > via "extend" in snmpd.conf to check for nsExtendResult != 0 > and have a trap triggered? Yes. > My simple script here, which I can run via snmpget, never gets > run my snmpd.

Counter64 support for disman event and expression mibs?

2007-02-22 Thread Mark Ellison
Hi, Recently, I had an opportunity to configure Net-SNMP (v5.4 and 5.3.1) to use the monitor directives and originate mteTriggerRising and mteTriggerFalling notifications. The delta threshold events worked well for Counter32-based, but not so much for Counter64-based monitored objects. The be

question about asynchronous development

2007-02-22 Thread ggff pp
Sorry for rend the mail again. I make some mistake last time. Hi, (sorry for the bad English) I'am developping a C program with NET-SNMP. OS is Ubuntu 6.10 server. This program collects SNMP data from a large number of targets. There are two designs: 1) synchronous and multi-threads on

question about asynchronous development

2007-02-22 Thread ggff pp
Hi, (sorry for the bad English) I'am developping a C program with NET-SNMP. This program collects SNMP data from a large number of targets. There are two designs: 1) synchronous and multi-threads one thread do a sysnchronous collection from one target demo: http://net-snmp.so

monitor an extend OID

2007-02-22 Thread Kyle Tucker
Hi, I am trying to use the "monitor" directive to actively watch some non-standard items on a Solaris system, but I sense I may be on a wild goose chase. Should I be able to use "monitor" to essentially run a script via "extend" in snmpd.conf to check for nsExtendResult != 0 and have a tr

Who should send traps ?

2007-02-22 Thread josu
Hi everyone, I am working on an application that acts as a relay for a supervision system. A specific MIB module has been developped. This application must store detected events in the local MIB and inform another supervision system by sending an acknowledged TRAP (an inform if I am right). I as

RE: problem using mib2c

2007-02-22 Thread Adam Bell
I just posed a resolution to this the other day You must enable perl-modules during configure ./configure - -with-perl-modules Make and try again Adam _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of anand anand Sent: Tuesday, February 20, 2007 3:06 AM To: net

RE: Table split over subagents - register_int_index always returns -1

2007-02-22 Thread michael.carr
Ok, I took a look at what was happening with ddd/gdb and it appears that "main_session" is NULL on entry into the register_int_index function, which passes it on to the register_index function and then on to the agentx_register_index at which point it exits and returns NULL because it carries out a

Re: log level

2007-02-22 Thread Dave Shield
On 22/02/07, Porat, Dan <[EMAIL PROTECTED]> wrote: > Where do I set the log level of the snmpd? See the section LOGGING OPTIONS in the snmpcmd(1) man page. Dave - Take Surveys. Earn Cash. Influence the Future of IT Join Sour

log level

2007-02-22 Thread Porat, Dan
Where do I set the log level of the snmpd? Thanks Best Regards Dan Porat Computer and Software Engineer Polycom Israel, Ltd. 94 Derech Em Hamoshavot, POB 3654, Petach Tikva 49130, Israel

Re: log

2007-02-22 Thread Dave Shield
On 22/02/07, Porat, Dan <[EMAIL PROTECTED]> wrote: > I would like to know how do I log each and every request reaching the snmpd. -V Dave - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Tech

log

2007-02-22 Thread Porat, Dan
Hi there ! I would like to know how do I log each and every request reaching the snmpd. How do I configure that. Best Regards Dan Porat Computer and Software Engineer Polycom Israel, Ltd. 9

Re: Solaris metastat sub-agent

2007-02-22 Thread Dave Shield
On 22/02/07, John Clinton <[EMAIL PROTECTED]> wrote: > About the only decision I have made so far on this is I believe it should be > a sub-agent versus being built into NetSNMP. It's only specific to Solaris > and DiskSuite/Solaris Volume Manager > > Thanks for any suggestion you have. In fact,

Solaris metastat sub-agent

2007-02-22 Thread John Clinton
Hi Folks, I am planning on writing a C based sub-agent to display Solaris Disksuite/Solaris Volume Manager status. I don't think this has already been done, but wanted to make sure someone has not already considered this. The native SUN trap capability for metastat is not a complete solution as

Re: Where is "FindVarMethod" type defined?

2007-02-22 Thread Shuaib Siddiqui
thanks for your help ... for ucd-snmp 4.2.6 its under /snmplib folder On 2/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: net-snmp-5.4/include/net-snmp/library/snmp_impl.h *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Shuaib Siddiqui *Sent:* Thursday, February 22,

Re: Where is "FindVarMethod" type defined?

2007-02-22 Thread Dave Shield
On 22/02/07, Shuaib Siddiqui <[EMAIL PROTECTED]> wrote: > im also looking for the definition of access indicators RWRITE , RONLY ... include/net-snmp/library/snmp_impl.h Pretty much *all* of the definitions will be in either include/net-snmp/agent or include/net-snmp/library grep should pick t

Re: Where is "FindVarMethod" type defined?

2007-02-22 Thread Shuaib Siddiqui
well that was Bulls eye Bharath .. thanks! I dont know why grep couldnt find it or i missed it out! thanks for the warning Dave but im working with the old version due to some compatibility issues :) im also looking for the definition of access indicators RWRITE , RONLY ... any suggestions ..

Re: Where is "FindVarMethod" type defined?

2007-02-22 Thread Dave Shield
On 22/02/07, Shuaib Siddiqui <[EMAIL PROTECTED]> wrote: > I tried alot myself but couldnt find the file where "FindVarMethod" type is > defined. Any suggestion where i should look? thanks! include/net-snmp/agent/snmp_vars.h Note that this interface (along with WriteMethod) is part of the old

RE: Where is "FindVarMethod" type defined?

2007-02-22 Thread bharath.yadlapalli
net-snmp-5.4/include/net-snmp/agent/snmp_vars.h check if this is what you are looking for ? Again I am not confident - Bharath From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shuaib Siddiqui Sent: Thursday, February 22, 2007 4:23 PM To: net-sn

Where is "FindVarMethod" type defined?

2007-02-22 Thread Shuaib Siddiqui
Hi Dave, I tried alot myself but couldnt find the file where "FindVarMethod" type is defined. Any suggestion where i should look? thanks! Shuaib -- MSc in Communication Systems I&C Faculty EPFL Switzerland Home page: http://shuaibe.googlepages.com/ ---

Re: error on subcontainer '' insert (-1)

2007-02-22 Thread Raghavendra B
Is this issue fixed in net-snmp-5.4-1 ? I tried with net-snmp-5.4-1 and the issue was not seen,so just wanted to confirm and know the fix. Thanks, Raghav On 10/30/06, Robert Story <[EMAIL PROTECTED]> wrote: > On Fri, 27 Oct 2006 13:26:22 -0400 Hai wrote: > HW(> The error comes from the CONTAINER_

Re: RDBMS-MIB

2007-02-22 Thread Dave Shield
On 22/02/07, Josh Tolley <[EMAIL PROTECTED]> wrote: > I'm messing with the RDBMS-MIB (rfc 1697), and from all I can see, it > looks like the RFC uses invalid syntax the RDBMS-MIB imports > applIndex and applGroup from APPLICATION-MIB (rfc 1565), but > apparently applIndex and applGroup aren't

Re: Issue regarding the SIGHUP

2007-02-22 Thread Dave Shield
On 20/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am trying with manually editing the /var/net-snmp/snmpd.conf. And adding the following lines for creating snmp v3 users. createUser snmpv3user MD5 password DES password createUser anotheruser MD5 password DES After saving this file, I

Re: cpu usage through UCD-SNMP-MIB::systemStats

2007-02-22 Thread Thomas Anders
toc2 techie wrote: >>> What's the exact output of these commands? > There is no output That's somewhat strange. Can you please add "-d" to the (beginning of the) command-line options and post the *full* output you get? >>> What's the output of "net-snmp-config --configure-options"? > I didn't fin

handler registration

2007-02-22 Thread Porat, Dan
Hello all , I have used netsnmp_register_handler function in order to register a handler for a specific OID. This handler is currently empty . I just wanna see that while debugging the program , the handler is actually called. Currently it is not being called at all. What are the possible re