Re: RIPv2-MIB

2008-07-22 Thread Alejandro Islas
d, there's nothing else I need to configure, so do you have any idea of why this is not working?? Thanks, Alejandro On Tue, Jul 22, 2008 at 12:57 PM, Daniel Chuang <[EMAIL PROTECTED]> wrote: > Alejandro Islas wrote: > > HI all, we recently installed quagga ripd in our linux ser

RIPv2-MIB

2008-07-18 Thread Alejandro Islas
HI all, we recently installed quagga ripd in our linux servers in order to enable rip protocol. I would like to monitor its behaviour using ripv2-mib. I would like to know the steps I need to do to make it work. I did find the RIP2-MIB file in my mibs directory but when I try a snmp walk command I

Re: checking processes

2008-07-15 Thread Alejandro Islas
Thanks for the info..I'm already monitoring my processes!!! Alejandro On Tue, Jul 15, 2008 at 10:13 AM, Thomas Nail <[EMAIL PROTECTED]> wrote: > (sorry if this is re-post... it seems the list didn't like my email domain, > initially) > > Alejandro Islas wrote: >

checking processes

2008-07-10 Thread Alejandro Islas
oring standard processes like sendmail, mountd, etc. I want it to monitor our private processes with which our applications run?? Do I have to implement any kind of code into the net snmp agent in order to check the existance of my processes?? How does it work??? Thanks in advance, Alejandro

Re: Using a string as a table index

2008-06-06 Thread Alejandro Islas
AM, Dave Shield <[EMAIL PROTECTED]> wrote: > Alejandro Islas wrote: > >> However mib2c (I'm using the 5.14 version on ubuntu dapper) still have the >> same behaviour towards the string >> > 5.1.4 is very old, and is no longer being supported. > > I

Re: Using a string as a table index

2008-06-06 Thread Alejandro Islas
towards the string (declares it as a char instead of an array of chars). I guess I need to update mib2c but how do I do this??? Thanks, Alejandro On Fri, Jun 6, 2008 at 3:28 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > I've just realised that your object names are invalid. > You n

Using a string as a table index

2008-06-05 Thread Alejandro Islas
Hi, I would like to use a string as a table index for my private mib (so its easier to identify each row of the table from opennms). I'm declaring the mib as follows... MonThreadsTable OBJECT-TYPE SYNTAX SEQUENCE OF monThreadsEntry MAX-ACCES

Re: strange snmpd.conf behaviour

2008-04-21 Thread Alejandro Islas
Solved!!! Thanks Alejandro On Sat, Apr 19, 2008 at 8:12 AM, Thomas Anders <[EMAIL PROTECTED]> wrote: > Alejandro Islas wrote: > > However, when I > > launch snmpd via the /etc/init.d/snmpd file I do not have remote access > > to my tables and can only read them v

strange snmpd.conf behaviour

2008-04-18 Thread Alejandro Islas
Hi, I'm installing snmpd on a Debian 4.0 server. I installed it, modify its snmpd.conf file,append my dlmods definitions and launched it using /usr/sbin/snmpd. I tried to read some private mibs I developed from a remote computer and everything seems to be working fine. However, when I launch snmpd

Re: working with tables...

2008-04-17 Thread Alejandro Islas
Solved! A reference to the head of my linked list was missing in my *_get_first_data_point function. Thanks for the help, Alejandro On Thu, Apr 17, 2008 at 2:16 PM, Alejandro Islas <[EMAIL PROTECTED]> wrote: > Ok...using gdb I found where my code crashes. In the handler func

Re: working with tables...

2008-04-17 Thread Alejandro Islas
ble_iterator( reg, iinfo ); /* Initialise the contents of the table here */ } Do you see someting wrong??? How do I link my table with the request info used by the netsnmp_extract_iterator_context function?? Thanks again, Alejandro On Thu, Apr 17, 2008 at 11:00 AM, Alejandro Islas <[EMAIL P

Re: working with tables...

2008-04-17 Thread Alejandro Islas
On Thu, Apr 17, 2008 at 3:47 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 17/04/2008, Alejandro Islas <[EMAIL PROTECTED]> wrote: > > I tried to use mib2c.container.conf file but mib2c > > wasn't able to found it > > Hmmm... what version of the toolkit are

Re: working with tables...

2008-04-16 Thread Alejandro Islas
aching again my .c and .h files...thanks Alejandro On Wed, Apr 16, 2008 at 1:34 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 16/04/2008, Alejandro Islas <[EMAIL PROTECTED]> wrote: > > I'm kind of new to linux programming so could you please recommend > > me

Re: working with tables...

2008-04-16 Thread Alejandro Islas
le to used as a first approach to coding mibs tables? Should I used mfd file??? My main goal is to keep my code as simple as possible On Wed, Apr 16, 2008 at 3:29 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 16/04/2008, Alejandro Islas <[EMAIL PROTECTED]> wrote: > > But

working with tables...

2008-04-15 Thread Alejandro Islas
Hi all, I'm trying to develop a private mib module that involves both scalars and a couple of tables. I don't have any problems with the scalars, I can read them using snmpwalk without problems. But when I try to read a table..the snmpd deamon crashes. I use mib2c to generate my code's template, an

Re: Dynamically Loadable MIB problem

2008-01-21 Thread Alejandro Islas
Islas <[EMAIL PROTECTED]> wrote: > Hi, I have a problem trying to dinamically load a private mib into > On 11/01/2008, Alejandro Islas <[EMAIL PROTECTED]> wrote: > > Hi, I have a problem trying to dinamically load a private mib into > > NET-SNMP version 5.2.1.2. >

Dynamically Loadable MIB problem

2008-01-10 Thread Alejandro Islas
Hi, I have a problem trying to dinamically load a private mib into NET-SNMP version 5.2.1.2. -I already create my template using mib2c, include my code and built the shared object using the make command without problems. -I copied the mib file to my mibs directory and was able to read one of my mib