Re: is this the right list for Net::SNMP?

2006-07-27 Thread Dave Shield
On 26/07/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The CPAN site refers to this as the mailing list for the Perl module. Before > I start asking questions, just want to be sure Im asking the right people. > ;) Can someone please confirm? Sorry, no. This is *not* the right place for suppo

Re: Re : snmp_varlist_add_variable

2006-07-27 Thread Dave Shield
On 26/07/06, fab casta <[EMAIL PROTECTED]> wrote: > I just need the reference in the RFC, if existing, to make explicit the > absolut need of a 0 for a scalar... RFC 2578, section 7, second para Dave - Take Surveys. Earn Cas

Problems with SNMP::Util

2006-07-27 Thread Tay, Chee Yong
Hi, I have installed net-snmp 5.0.3.1 and has perl 5.8.0 on my system. I have also installed the SNMP::Util perl module, but have encountered some problems. When I tried to create the make file using "perl Makefile.PL", it gave the following error, but I was eventually able to install the Util.pm

Re: about modifying files generated by mib2c

2006-07-27 Thread Dave Shield
On 27/07/06, 蔷 <[EMAIL PROTECTED]> wrote: it's odd that when i snmpwalk it i got such result(why m3uaManagement became the leaf nod?): [EMAIL PROTECTED] root]# snmpwalk -v 1 -c public localhost m3uaMIB M3UA-MIB::m3uaManagement.0 = Gauge32: 200 M3UA-MIB::m3uaCo

Re: pkg/33755 (Kernel lacks a VFS/Disk IO Stats API for pkgsrc/net/net-snmp mib module: ucd-snmp/diskio (snmptable diskIOTable))

2006-07-27 Thread Brian A. Seklecki
This patch works very well: [EMAIL PROTECTED]:/tmp# snmptable -v2c \ -Cl -Cf " - " -c test localhost diskIOTable SNMP table: UCD-DISKIO-MIB::diskIOTable diskIOIndex - diskIODevice - diskIONRead - diskIONWritten - diskIOReads - diskIOWrites - diskIOLA1 - diskIOLA5 - diskIOLA15 - diskION

Re: ssCpuRawUser doesn't appear in FreeBSD 6

2006-07-27 Thread Brian A. Seklecki
I can concur they're not there any more. I haven't had time to test. Too other problems with MRTG alone. Use hrProcessorLoad.768 Target[db0.cust00.cpualt]: hrProcessorLoad.768&hrProcessorLoad.768:[EMAIL PROTECTED] MaxBytes[db0.cust00.cpualt]: 100 Title[db0.cust00.cpualt]: CPU Load (Alternat

Re: Regarding additional user creation

2006-07-27 Thread Wes Hardaker
> On Wed, 19 Jul 2006 22:27:32 +0530, "Kadirvelu, Kannan (Kanna)" <[EMAIL > PROTECTED]> said: Kannan> We are using net-snmp for our product. We would like to Kannan> create a new user on the fly with a different auth and priv Kannan> values than the one which is created by default. the

Re: Issue when enabling SNMPD (w/ pr & dskTables support) at an early boot level

2006-07-27 Thread Dave Shield
On 26/07/06, vic <[EMAIL PROTECTED]> wrote: > I have managed to identify where loading of snmpd fails. Good - that's a major step forward. > I realized that if I > start snmpd without "disk..." lines in the config... snmpd > gets launched properly > > What I can't figure out, is what caus

Flow of Disman Event

2006-07-27 Thread rajasekhar.tellidevulapalli
Hi,      Iam trying to understand how the disman/event module sends notifications to manager  without completely starting the agent process.    i.e I get a disman event notifications first at the manager before the coldstart trap of the net-snmp master agent.      Does anyone have an u

Re: about modifying files generated by mib2c

2006-07-27 Thread
Thank you for your reply,and I paste the code of "init_m3uaMIB" you need here: voidinit_m3uaMIB(void){     DEBUGMSGTL(("m3uaMIB", "Initializing\n"));     /* * register ourselves with the agent to handle our mib tree */    REGISTER_MIB("m3uaMIB", m3uaMIB_variables, variable4,  

Re: about modifying files generated by mib2c

2006-07-27 Thread
hi,all! Very thank you for the reply! With it ,i solved that problem! thank you Dave and net-snmp again!but i got another problem.after my simple test mib(jmtest) mentioned last time,i tried another much more complex mib(m3uaMIB,it's almost a standard mib ,so you can see it at IETF website).i did t