Re: configure make problems

2004-09-24 Thread Dave Shield
$ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 21 | grep hr_ But is it correct to say that the two tokens 'mib_init' and '-I' and the module names with a minus '-' in front need to be used in concert? No. You're confusing two completely separate options. There's one option

Re: configure make problems

2004-09-23 Thread Dave Shield
$ agent/snmpd -Dmib_init -H 21 | grep hr_ $ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 21 | grep hr_ Is mib_init a keyword I need in the options? No - that's just a debugging token that Robert included so he (and you) could see what was happening. Any option starting with -D

Re: configure make problems

2004-09-23 Thread Dave Shield
Strange. If I change the configure to: configure --with-mib-modules=host/hr_device host/hr_disk host/hr_network host/hr_system --with-libwrap (only dropping the 'host/hr_storage' option, the errors go away). There must be some dependency between the storage tables and

Re: configure make problems

2004-09-23 Thread Thomas Anders
Carlos Cantu wrote: $ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 21 | grep hr_ Is mib_init a keyword I need in the options? No, it's a debug token, of course. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --- This SF.Net email is

Re: configure make problems

2004-09-23 Thread Carlos Cantu
Carlos Cantu wrote: $ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 21 | grep hr_ Is mib_init a keyword I need in the options? No, it's a debug token, of course. But is it correct to say that the two tokens 'mib_init' and '-I' and the module names with a minus '-' in front need to be

Re: configure make problems

2004-09-22 Thread Users
On Wed, 22 Sep 2004 10:02:53 -0600 Carlos wrote: CC Instead of configuring them out, disable them at startup: CC snmpd -I CC -hr_filesys,hr_swinst,hr_proc,hr_partition,hr_print,etc CC CC Tried this but still getting MIBs dumped. I don't see anything CC wrong with the syntax.

Re: configure make problems

2004-09-22 Thread Carlos Cantu
$ agent/snmpd -Dmib_init -H 21 | grep hr_ $ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 21 | grep hr_ Is mib_init a keyword I need in the options? I was doing my call as: snmpd -V -Dagentx -I -hr_other,hr_disk,etc Thanks. --- This

Re: configure make problems

2004-09-17 Thread Carlos Cantu
On Sat, 11 Sep 2004 13:49:45 -0600 Carlos wrote: CC Trying to configure the agent to not report on so many MIBs. But CC I need the HR MIB so I did the following. CC CC --with-mib-modules=host --with-out-mib-modules=host/hr_swinst CC host/hr_filesys host/hr_proc host/hr_partition

Re: configure make problems

2004-09-11 Thread Users
On Sat, 11 Sep 2004 13:49:45 -0600 Carlos wrote: CC Trying to configure the agent to not report on so many MIBs. But CC I need the HR MIB so I did the following. CC CC --with-mib-modules=host --with-out-mib-modules=host/hr_swinst CC host/hr_filesys host/hr_proc host/hr_partition