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
---
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 (
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.
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
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
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
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
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
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
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
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
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
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
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
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,
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
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,
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
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 ..
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
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
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/
---
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_
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
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
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
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
27 matches
Mail list logo