Re: Re: monitor cpu AND memory?

2006-08-07 Thread Leo Lei
Dave£º ignore the previous email replied by me please, sorry. i really do not want to send you the email privately, i just reply the email you post on the maillist, but ... :( i don't know why it's send to you privately. ps: i almost get your email on the maillist tw

Re: monitor cpu AND memory?

2006-08-07 Thread Leo Lei
Dave Shield£º sorry for delay reply, Dave, cause i have to do more basic reading, including manual and RFCs. > >On 03/08/06, Leo Lei <[EMAIL PROTECTED]> wrote: >> can i monitor the cpu idle time AND memory usage and then send a >> trap? > >Yes. >The memory usage should be covered by th

read_config_store open failure

2006-08-07 Thread Jonathan Shan
Hello everybody, If I get a error message: read_config_store open failure on /var/lib/snmp/snmpapp.conf Does it mean that I need permission to read/write files in this directory? Jonathan Shan - Using Tomcat but need to do

Re: problem in install net-snmp on solaris 8

2006-08-07 Thread Thomas Anders
kalantarian.s wrote: > I installed net-snmp ver 5.1 on solaris 8,when i want to start snmpd i get > this error:"libcryptography.so.1" open faild :no such file or directory. > would you please help what can i do ,and how can find this library? I highly recommend to get and install version 5.3.1 ins

problem in install net-snmp on solaris 8

2006-08-07 Thread kalantarian.s
Hello All, I installed net-snmp ver 5.1 on solaris 8,when i want to start snmpd i get this error:"libcryptography.so.1" open faild :no such file or directory. would you please help what can i do ,and how can find this library? Thanks in advance.

Re: snmpd.conf

2006-08-07 Thread Dave Shield
On 07/08/06, Elias Bou Rahal <[EMAIL PROTECTED]> wrote: > In he snmpd.confi wrote "proc NameOfPrcess" and i get the value of > snmpbulkwalk -v2c NameOfMachine public prTable, the > enterprises.ucdavis.prTable.prEntry.prErrorFlag.1 is always > 0 if the program is running or no What is the exac

snmpd.conf

2006-08-07 Thread Elias Bou Rahal
Hi sir,       In he snmpd.confi wrote "proc NameOfPrcess"  and i get the value of snmpbulkwalk -v2c NameOfMachine public prTable, the enterprises.ucdavis.prTable.prEntry.prErrorFlag.1 is always 0 if the program is running or no, and the same for the   "exec shelltest /bin/sh /home/jinny/shelltest

Re: error when using existence test of monitor expression in snmpd.conf?

2006-08-07 Thread Dave Shield
On 07/08/06, Leo Lei <[EMAIL PROTECTED]> wrote: > trapsinklocalhost > monitor exist_test .1.3.6.1.4.1.2021.2.1.2 > > complaining error message when starting the snmpd: > netsnmp_assert pss->s_snmp_errno != (-11) failed snmp_api.c:3119 snmp_build() > maybe some one can tell me why this hap

Re: snmpd.conf(5) literal error?

2006-08-07 Thread Dave Shield
On 07/08/06, Leo Lei <[EMAIL PROTECTED]> wrote: > I have found a small literal error in snmpd.conf(5) manual > the line related: > OID MIN MAX [DMIN DMAX] > defines a threshold(1) monitor test. MIN and MAX are > integer values, > > should be "th

Re: controling interfaces

2006-08-07 Thread Dave Shield
On 07/08/06, Marius Banica <[EMAIL PROTECTED]> wrote: > The problem is very simple I got 10 nics on my machine > > The snmptrap sends the trap from card 1, but if card 1 goes down I cant send > the traps anymore since its binded to that interface. And this is all on a machine where you can't chang

RE: controling interfaces

2006-08-07 Thread Marius Banica
The problem is very simple I got 10 nics on my machine The snmptrap sends the trap from card 1, but if card 1 goes down I cant send the traps anymore since its binded to that interface. What I want to do is to setup and be able to choose from which interface to send out the trap , I can write a

PDU Size and large tables

2006-08-07 Thread Angerstein
Hello, net-snmp-users, I am using Net-SNMP Agent quite a while, now i noticed that a lot of changes happens since my last development task. I want to use the gettable operation (of the PERL SNMP API) to performan datacollecting of large tables. (Very Large Tables with 80 000 to 120 000 Indexes).

Re: controling interfaces

2006-08-07 Thread Dave Shield
On 07/08/06, Marius Banica <[EMAIL PROTECTED]> wrote: > I wish I could the problem is that the box is from a vendor which he doesn't > allow to upgrade anything I understand (and sympathise). All I can suggest is that you direct these feature requests to the vendor. If they get enough pressure, ma

snmpd.conf(5) literal error?

2006-08-07 Thread Leo Lei
Hi, I have found a small literal error in snmpd.conf(5) manual net-snmp-5.3.0.1 the location: DisMan Event MIB section. EXPRESSION part the line related: OID MIN MAX [DMIN DMAX] defines a threshold(1) monitor test. MIN and MA

error when using existence test of monitor expression in snmpd.conf?

2006-08-07 Thread Leo Lei
Hi, details describing the title as the following: net-snmp-5.3.0.1 snmpd.conf: rwcommunity nssrw trapcommunity nsstrap trapsinklocalhost #existence test for prNames monitor exist_test .1.3.6.1.4.1.2021.2.1.2 complaining error message when starting the snm

RE: controling interfaces

2006-08-07 Thread Marius Banica
I wish I could the problem is that the box is from a vendor which he doesn't allow to upgrade anything -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Monday, August 07, 2006 10:30 AM To: Marius Banica Cc: Thomas Anders; net-snmp-users Su

Re: controling interfaces

2006-08-07 Thread Dave Shield
On 06/08/06, Marius Banica <[EMAIL PROTECTED]> wrote: > So there isnt any other option besides that? Nope. "cliendaddr" (and supporting code) is the mechanism we installed for addressing this need. You could perhaps consider applying the relevant patches to your code - see revision 5.11 of snmplib