Help on how to code the skeliton code created by mib2c-table_data.conf

2006-04-03 Thread Boby Emmanuvel
Hi, I am new to net-snmp.I am tring to compile a tabular object using the mib2c-table_data.conf template. In the "initialize_table" function what does the netsnmp_table_helper_add_indexes() function do?? I am using an octet string as an index into the table. And i have APIs from a custom shared

Re: Nagios functionality

2006-04-03 Thread Thomas Anders
Palmadesso, Jack IT743 wrote: We use the DISMAN mib functionality of net-snmp extensivly to monitor various aspects of our hosts. We are now thinking if integrating Nagios into our NMS system. Is there a Net-snmp package available that already has the nessasary nagios mib modules created so tha

Re: handling timeout while monitoring overloaded application

2006-04-03 Thread Wes Hardaker
> On Sat, 1 Apr 2006 15:35:54 -0800 (PST), "Steve S. Law" <[EMAIL > PROTECTED]> said: Steve> What guidelines should I follow to set various Steve> timeouts in this situation? Can they be set Steve> independently without causing timeouts? For example, Steve> between sub-agent and monitore

Re: Help: how I try my trap

2006-04-03 Thread Wes Hardaker
> On Sat, 1 Apr 2006 11:18:55 -0500, "michael liu" <[EMAIL PROTECTED]> said: michael> In my code, I used send_easy_trap(SNMP_TRAP_ENTERPREISES, 99) michael> ,which same is the example.c code, but how do I know this michael> trap is sent or received? It's sent to anywhere you have the agent co

Re: Inform Destination

2006-04-03 Thread Wes Hardaker
> On Fri, 31 Mar 2006 17:20:02 -0600, <[EMAIL PROTECTED]> said: cherrero> Does a MIB exist, including parameters to set addresses cherrero> where to send informs ? Actually, I'm looking for a way to cherrero> configure inform destination address remotly. Yes, the combination of the NOTIFICAT

Re: test.net-snmp.org

2006-04-03 Thread Wes Hardaker
> On Mon, 3 Apr 2006 16:01:05 +0200, "Simen E. Sandberg" <[EMAIL > PROTECTED]> said: Simen> In my class, we have an [1]assignment, which is due to friday. This Simen> assignment requires that we run some queries to test.net-snmp.org. Simen> 1. http://www.item.ntnu.no/fag/ttm4128/exercise

Re: OID 2021

2006-04-03 Thread Wes Hardaker
> On Fri, 31 Mar 2006 15:49:26 -0300 (BRT), [EMAIL PROTECTED] said: fernando> It supported for HP-UX, but i don't know how to configure fernando> it. I don't think that particular variable is supported if it's not returning an answer (I used to know which variables were supported under HPUX a

Nagios functionality

2006-04-03 Thread Palmadesso, Jack IT743
We use the DISMAN mib functionality of net-snmp extensivly to monitor various aspects of our hosts. We are now thinking if integrating Nagios into our NMS system. Is there a Net-snmp package available that already has the nessasary nagios mib modules created so that they could easily be compiled

test.net-snmp.org

2006-04-03 Thread Simen E. Sandberg
Hi, I'm a student at a Norwegian university. In my class, we have an [1]assignment, which is due to friday. This assignment requires that we run some queries to test.net-snmp.org. 1. http://www.item.ntnu.no/fag/ttm4128/exercises/SemesterAssignment.pdf I wonder if this server will be up soon. I

Re: snmptrapd with increasing memory usage on RHEL 4

2006-04-03 Thread Gertraud Unterreitmeier
Hello Wes, thanks a lot, tried that and the works perfectly for me. Rgds, Gertraud Wes Hardaker wrote: On Mon, 27 Mar 2006 10:52:18 +0200, Gertraud Unterreitmeier <[EMAIL PROTECTED]> said: Ger

Re: regarding the netsnmp_register_agent_nsap function

2006-04-03 Thread anand anand
Thanks for the reply Thomas,     Yes you are correct that i can use seperare presistent staorage for each of the agent.      But since  i need to run 8000+ agents on the single machine ( sun box V210 ). So probabaly it will not go past 2000 - 2500 agents ( A rough estimate ) because of system limit

Re: regarding the netsnmp_register_agent_nsap function

2006-04-03 Thread Thomas Anders
anand anand wrote: I am trying to run a single net-snmp agent listening on different IP address on the same machine.. ( I am using a quad port ). I have configured 8000 IP addresses on my machine. I used the netsnmp_register_agent_nsap to achieve this functionality. [...] Is it possible

I can't set table variables

2006-04-03 Thread 郭艳丽
Now,I can set simple variables,but I can't set table variables.Why?Please help me! [EMAIL PROTECTED]   2006-04-03

Re: OID 2021

2006-04-03 Thread fernando_jose
It supported for HP-UX, but i don't know how to configure it. >> On Tue, 28 Mar 2006 10:41:52 -0300, "Fernando Jose" >> <[EMAIL PROTECTED]> said: > > Fernando> O.S.: HP-UX 11.23 > > Fernando> I installed net-snmp 5.2.1 > Fernando> and i need the OID .1.3.6.1.4.1.2021.11.9.0 > Fernando> a

regarding the netsnmp_register_agent_nsap function

2006-04-03 Thread anand anand
Hi,     I am trying to run a single net-snmp agent listening on different IP address on  the same machine.. ( I am using a quad port ). I have configured 8000 IP addresses on my machine. I used the netsnmp_register_agent_nsap to achieve this functionality.     I am able to send get and set reques