RE: Trouble adding MIBS into Nagios

2013-06-29 Thread Wipro-KranthiKumar
snmp-users@lists.sourceforge.net Subject: Trouble adding MIBS into Nagios Hello Listers, This is my first post, and I'm very new at SNMP so please accept my apologies in advance. I am working with 2 systems Nagios XI and Solarwinds in a test envioronment. I am sending traps successfully from Solarwinds

Trouble adding MIBS into Nagios

2013-06-29 Thread Gary L
WINDS-PRODUCTS, is a prerequisite for the second MIB, SOLARWINDS-TRAPS. In the Nagios XI GUI, there is a checkbox for "Process Traps" when adding MIBS. I must clear this checkbox when adding the first MIB - SOLARWINDS-PRODUCTS, since it does not contain any TRAP-TYPE statements. When I add

Re: adding MIBs

2012-01-01 Thread Dave Shield
On 1 January 2012 10:50, Leila M wrote: > I'm using net-snmp with gcc and I want to send requests to the snmp > agent to verify the value of some oid. > the problem is that the MIB containing those oids doesn't exist (in > the folder containing the MIB files i.e .../usr/share/mibs/). > how can I i

adding MIBs

2012-01-01 Thread Leila M
Hi, I'm using net-snmp with gcc and I want to send requests to the snmp agent to verify the value of some oid. the problem is that the MIB containing those oids doesn't exist (in the folder containing the MIB files i.e .../usr/share/mibs/). how can I integrate mib files (other than the already exi

Re: adding mibs to agent

2011-04-06 Thread Dave Shield
On 6 April 2011 07:20, geetha ramani wrote: >  here only ,i came across the term MIB API > > MIB API (Application Interface): [snip] Any chance of giving us a reference to where you found this description? I'm pretty sure it's not part of the documentation for the Net-SNMP project. We don't

Re: adding mibs to agent

2011-04-05 Thread geetha ramani
hi , how can i add my application specific code to the mib compiler produced ' C' file. -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants you

Re: adding mibs to agent

2011-04-05 Thread geetha ramani
hi Dave , here only ,i came across the term MIB API MIB API (Application Interface): This is system specific code required to satisfy the requirements of MIB-II and other MIB's as those are added to the system. For example, in order to retrieve the object sysUpTime, SNMP looks for an API function

Re: adding mibs to agent

2011-04-05 Thread Dave Shield
On 5 April 2011 13:13, geetha ramani wrote: > how can i add a mib file to the snmp agent through perl support > so that the new agent created should implement this mib. See the Wiki page http://www.net-snmp.org/wiki/index.php/Tut:Extending_snmpd_using_perl > what is meant by mib-api. No id

adding mibs to agent

2011-04-05 Thread geetha ramani
hi, how can i add a mib file to the snmp agent through perl support so that the new agent created should implement this mib. what is meant by mib-api. how mibs are getting updated each time when a query is sent by the manager to agent. how mibs interacts with the hardware of the device being monit

RE: Help with adding mibs to simple v3 config

2010-03-23 Thread Joseph L. Casale
>> http://www.linuxdynasty.org/howto-monitor-redhat-cluster-using-snmp-and-python.html > >The walk above should show this. >Note that you probably need to have snmpwalk explicitly load the >REDHAT-CLUSTER-MIB in order to see the names correctly: > >snmpwalk -m +REDHAT-CLUSTER-MIB -v 3 ... hostn

Re: Help with adding mibs to simple v3 config

2010-03-23 Thread Dave Shield
On 22 March 2010 17:41, Joseph L. Casale wrote: > Here's the part that doesn't look right, what's with the funny looking > format of the output? What you are seeing here is various other cluster-related output. Not the information defined by the REDHAT-CLUSTER-MIB In particular: > HOST-RESOURCE

RE: Help with adding mibs to simple v3 config

2010-03-22 Thread Joseph L. Casale
>Concentrate on the dlmod entry, and check for any errors logged >by the agent when it starts up. Also try walking the dlmod table. Dave, Here's some new info that has me puzzled: # snmpwalk -v 3 ... hostname UCD-DLMOD-MIB::dlmodTable UCD-DLMOD-MIB::dlmodName.1 = STRING: RedHatCluster UCD-DLMOD-M

Re: Help with adding mibs to simple v3 config

2010-03-22 Thread Dave Shield
On 22 March 2010 17:03, Joseph L. Casale wrote: > For some time I have been using a simple v3 config such as: > > # snmpd.conf > rwuser myuser priv > > in a fairly locked down environment.. > > I always thought the rwuser config I was using opened access up to everything? It does. >

Help with adding mibs to simple v3 config

2010-03-22 Thread Joseph L. Casale
Hi, For some time I have been using a simple v3 config such as: # snmpd.conf rwuser myuser priv in a fairly locked down environment. I now have to add functionality to monitor RHCS using the following from their KB entry: dlmod RedHatCluster/usr/lib64/cluster-snmp/libClusterMonitorSnmp.so vi

RE: Adding MIBs

2007-10-07 Thread Ross Lee
Thank you for the info. Cheers, Ross > Date: Fri, 5 Oct 2007 19:49:33 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Adding MIBs > CC: net-snmp-users@lists.sourceforge.net > > Ross Lee wrote: > > I have a set of MIBs from the vendors for SNM

Re: Adding MIBs

2007-10-05 Thread Alex Burger
Ross Lee wrote: > I have a set of MIBs from the vendors for SNMP traps. How do I add these to > the Net-snmnp MIBs? ANy advise is great. Try: http://www.net-snmp.org/docs/FAQ.html#How_do_I_add_a_MIB_ Alex - This SF.net ema

Adding MIBs

2007-10-05 Thread Ross Lee
Hi all, I have a set of MIBs from the vendors for SNMP traps. How do I add these to the Net-snmnp MIBs? ANy advise is great. THx, Ross _ Manage multiple email accounts with Windows Live Mail! http://www.get.live.com/wl/all

python-bindings and adding MIBS

2007-05-16 Thread Noah Gift
In looking through the README for the Python module, I noticed this: " Access to the parsed MIB database is not yet implemented." Does this mean if I compile 3rd party MIBS, say Cisco, I can't access them? Thanks, Noah -