test.net-snmp.org

2006-03-30 Thread mario mario
Dear net-snmp users, Does anyone know why the test.net-snmp.org server is not responding these days?? I am trying to run simple snmpget, snmpgetnext, etc. commands using the demopublic community string and there is no response!! Check the following for example: snmpget -v 2c -c demopublic test

How to configure Remote Engine Id in net-snmp

2006-03-30 Thread raghavendra.sadaramachandra
Hi All,      I have some doubt about where to configure remote engine id for net-snmp-5.3.0.1. I know that local engine id is generated by my snmpd in /var/net-snmp/snmpd.conf.      Does any one knows how to configure Remote Engine Id.   Regards, Raghavendra. S  

How to configure Remote Engine Id in net-snmp

2006-03-30 Thread raghavendra.sadaramachandra
Hi All,      I have some doubt about where to configure remote engine id for net-snmp-5.3.0.1. I know that local engine id is generated by my snmpd in /var/net-snmp/snmpd.conf.      Does any one knows how to configure Remote Engine Id.   Regards, Raghavendra. S  

handling timeout while monitoring overloaded application

2006-03-30 Thread Steve S. Law
Hi all: I am having problems with not getting data from Agent X master agent (snmpd). It is related to timeout and I am not sure what to do or where to start. I have a sub-agent which I developed to monitor my application which consists of a set of software processes. I have instrummented my mon

No -p port parameter?

2006-03-30 Thread Jean-Sebastien Morisset
Hi everyone, I'm trying to snmpwalk a server that uses a different port number (1661). This isn't a port number I would usually use, so I don't want to add it as a default to my snmp.conf file. Is there a way to specify the port number on the command line of snmpwalk? BTW, I'm using Net-SNMP v5.3.

Re: still problems with exec and extend?

2006-03-30 Thread Dave Shield
On Thu, 2006-03-30 at 16:56 +0100, Dave Shield wrote: > That problem was fixed by a patch listed in the thread > "exec problem with 5.1" > a couple of weeks ago. > > It's a very small fix, so I'll append the patch again OK - So that was the wrong patch. Try this one. (I am *definitely* i

Re: still problems with exec and extend?

2006-03-30 Thread Dave Shield
On Thu, 2006-03-30 at 16:39 +0200, Kai wrote: > In the archives I read that the new extend is the suggested way to run > scripts locally, but it doesn't work for us either: > From what I can read in the output, it seems that the relocation of the mib > to our oidspace isn't possible at all, as hal

still problems with exec and extend?

2006-03-30 Thread Kai
Hello, We're using net-snmpd quite extensively on all the servers in my company, and we're happily using 'exec' to supply custom information via snmp to make remote rrdtool graphs, but the fact that it executes the script for every line is taking its toll now :(. In the archives I read that the

Calling SNMP.pm from snmptrapd using embedded perl

2006-03-30 Thread Peter Hicks
All, I have the need to make SNMP requests from within a traphandler called from snmptrapd and using embedded perl. Every time, without fail, I get a ** glibc detected *** double free or corruption (!prev): 0x0883e6f8 *** error in the following code: my $snmp_handle = new SNMP::Session(

RE: asynchrous polling

2006-03-30 Thread Jim Su
Hi Greeting: I found the "NETSNMP_CALLBACK_OP_RECEIVED_MESSAGE" in snmplib/snmp_api.c and snmp_clinet.c. Could it be the one I should use in the code? Anything else I should add (in order to make asynchronous polling) is not documented in the demo code? Thanks in advance. Tha

logging trap sending

2006-03-30 Thread H. McManus
Hi, I'm running 5.3.0.1 on debian linux (compiled with patches!). I'm using the line snmpd -Lf /var/log/snmp -p /var/run/snmpd.pid to start the daemon. In my log file (/var/log/snmp) I'm getting messages when the daemon starts, when it stops, and everytime it receives a remote connect for a g