Re: Help on MIB

2005-01-24 Thread Wes Hardaker
> On 19 Jan 2005 16:30:32 -, "Jude Amal Anand .P" <[EMAIL PROTECTED]> > said: Jude> Tutorials on MIB will be helpful. we have many tutorials that you should read through. http://www.net-snmp.org/tutorial/ -- Wes Hardaker Sparta

Re: understanding snmptrapd STDOUT output

2005-01-24 Thread Wes Hardaker
> On 20 Jan 2005 10:52:18 -0500, Christopher Fowler <[EMAIL PROTECTED]> > said: Christopher> I'm getting the following from snmptrapd: Christopher> flaky.opsup.com Christopher> 127.0.0.1 Christopher> iso.3.6.1.2.1.1.3.0 0:0:00:42.08 Christopher> iso.3.6.1.6.3.1.1.4.1.0 iso.3.6.1.4.1.14264

Re: how to send notification from a subagent

2005-01-24 Thread Wes Hardaker
> On Fri, 21 Jan 2005 09:02:12 +0800, 苗迎华 <[EMAIL PROTECTED]> said: miaoyinghua> I'm trying to extend a subagent basing on miaoyinghua> example-demon.c(a subagent example downloaded from the miaoyinghua> tutorial html), and integrate the subagent process with miaoyinghua> my other processes in

Re: publication of tutorial of iterator for creating dynamic variables

2005-01-24 Thread Wes Hardaker
> On Fri, 21 Jan 2005 20:33:36 -0400, "[EMAIL PROTECTED]" <[EMAIL > PROTECTED]> said: agrasso> I Would like to submit the tutorial with source code and if agrasso> you can do some correction or observation, you are free to do agrasso> this, really I would appreciate it. Feel free to subm

Re: timeout in snmpget while getting first data

2005-01-24 Thread Wes Hardaker
> On Mon, 24 Jan 2005 18:35:25 -0500, "Alex Koifman" <[EMAIL PROTECTED]> > said: Alex> I have a command that takes about 10 seconds to retrieve data. Alex> The snmp-get request times out. I am not sure how to increase Alex> the timeout interval in snmpget, but I think I need to increase

Re: SNMP trap

2005-01-24 Thread Sanjib Nath
Hi Robert, I am able to define my own trap for alert notification and it's working fine! Thanks for your help. Now, I need to add an entry in snmpd.conf file "trap2sink HOST" to receive the trap by the HOST. Is there any SNMP object to add destination HOST entry (e.g. trap2sink ) to snmpd.conf

timeout in snmpget while getting first data

2005-01-24 Thread Alex Koifman
Hi,   I have a command that takes about 10 seconds to retrieve data.  The snmp-get request times out.  I am not sure how to increase the timeout interval in snmpget, but I think I need to increase the time out in getting the first data in the handler (e.g. segmentServerTable_get_first_dat

Configure the uid of the Trap handler

2005-01-24 Thread Zou, Yixiong
Hi, Does anybody knows which uid does the trap handler run in? Does it have to be a root user? Is there a way to specify that to run a trap handler as a certain user, like "nobody"? Thanks. --- Yixiong Zou ([EMAIL PROTECTED]) Open Source Technology Cente

Re: Need help regarding snmptrapd.conf

2005-01-24 Thread Alex Burger
[EMAIL PROTECTED] wrote: hi friends , Is it possible to send the name of the interface as an argument to the perl script we call in TRAPHANDLE command?? I have something like this in my snmptrapd.conf file and it works fine . traphandle IF-MIB::linkDown /home/rchand/mail/sendmail.pl down

Need help regarding snmptrapd.conf

2005-01-24 Thread RajChandrasekaran
hi friends , Is it possible to send the name of the interface as an argument to the perl script we call in TRAPHANDLE command?? I have something like this in my snmptrapd.conf file and it works fine . traphandle IF-MIB::linkDown /home/rchand/mail/sendmail.pl down But i also like to k