Re: MIBs in net-snmp

2006-10-16 Thread Dave Shield
On 16/10/06, Thomas Anders <[EMAIL PROTECTED]> wrote: What's problematic (and arguably a bug) is the management of the .index file in the /usr file system. See http://sf.net/support/tracker.php?aid=1414566 http://sourceforge.net/mailarchive/message.php?msg_id=13249497 for additional details

Re: some things wrong about snmpd under embedded linux system

2006-10-16 Thread Dave Shield
On 16/10/06, 尧昱 <[EMAIL PROTECTED]> wrote: I have explanted snmpd under the embedded linux system, but when I run the program([EMAIL PROTECTED] sbin]$snmpd), the result is this: [snip] and we looked over the processes (ps -ax), didn't find the process snmpd, If you suspect that the agen

Re: 5.4 Open Issues

2006-10-16 Thread Dave Shield
On 10/10/06, Dave Shield <[EMAIL PROTECTED]> wrote: > 6) SIGHUP errors Can someone please remind me as to exactly which config settings trigger this problem. I'd half-remembered that it hit a default build with a fairly vanilla config file, but quick testing this morning didn't trigger anything.

some things wrong about snmpd under embedded linux system

2006-10-16 Thread 尧昱
   Hi , everyone    I have explanted snmpd under the embedded linux system, but when I run the program([EMAIL PROTECTED] sbin]$snmpd), the result is this: $pc:[<40357a88>] lr: [<403b6408>]  Not tainted sp: bfffd9a8   ip : 1000    fp : bfffd9c8 r10: 4040dle4    r9 : 1000    r8 : 000

Re: Regarding Nagios

2006-10-16 Thread Wes Hardaker
> "SPRG" == Siva Prakash Reddy G <[EMAIL PROTECTED]> writes: SPRG> I am using Nagios NMS to monitor my MIB variables, but i am SPRG> new to Nagios. can any body knows how to use it. what are the steps to SPRG> configure so that plugins fetch the data from my remote system . That actually see

Re: MIBs in net-snmp

2006-10-16 Thread Wes Hardaker
> "RS" == Roland Stigge <[EMAIL PROTECTED]> writes: >> What MIB files in /usr/share/snmp/mibs "can be changed"? RS> Right, maybe they need not be changed. But documentation (FAQ) describes RS> "How do I add a MIB to the tools" where the contents of the mibs dir, RS> and therefore the mibs lis

Re: MIBs in net-snmp

2006-10-16 Thread Roland Stigge
Hi Thomas, Thomas Anders wrote: > Roland Stigge wrote: >> at Debian, we noticed that the net-snmp versions 5.2 ... 5.4 don't >> properly implement the File Hierarchy Standard (FHS). Therefore, we are >> about to move /usr/share/snmp/mibs to /var/lib/snmp/mibs since it >> contains MIB files that ca

Re: Best practices for private OID management?

2006-10-16 Thread Dave Shield
On 14/10/06, Steve Friedl <[EMAIL PROTECTED]> wrote: > I have my own spanking fresh Enterprise OID number on the way from IANA, > We're going to use these for both SNMP and LDAP OK - well, you could probably do worse than learn from the experiences of the standard OID structure - i.e. the organisa

Re: MIBs in net-snmp

2006-10-16 Thread Thomas Anders
Roland Stigge wrote: > at Debian, we noticed that the net-snmp versions 5.2 ... 5.4 don't > properly implement the File Hierarchy Standard (FHS). Therefore, we are > about to move /usr/share/snmp/mibs to /var/lib/snmp/mibs since it > contains MIB files that can be changed and the .index file is eve

MIBs in net-snmp

2006-10-16 Thread Roland Stigge
forwarded 389434 [email protected] tag 389434 upstream thanks Hi Net-snmp-coders, at Debian, we noticed that the net-snmp versions 5.2 ... 5.4 don't properly implement the File Hierarchy Standard (FHS). Therefore, we are about to move /usr/share/snmp/mibs to /var/lib/snmp/mibs

Regarding Nagios

2006-10-16 Thread Siva Prakash Reddy G
Title: Message    Hi! every body         I am using Nagios NMS  to monitor my MIB variables, but i am new to Nagios. c