Re: (Re: prTable problem: solved), procfix problem this time

2005-01-27 Thread Robert Story
On Sat, 15 Jan 2005 16:53:36 -0300 Jose wrote: JD> snmpd.conf 1: JD> JD> # rwuser: a SNMPv3 read-write user JD> rwuser tenroses JD> # rouser: a SNMPv3 read-only user JD> rouser tenroses JD> JD> rocommunity tenroses JD> rwcommunity rwtenroses I don't think mixing the v3 names and communitie

Re: prTable problem

2005-01-24 Thread Wes Hardaker
> On Wed, 05 Jan 2005 19:33:30 -0300, Jose Dragone <[EMAIL PROTECTED]> said: Jose> UCD-SNMP-MIB::prErrMessage.1 = STRING: No mountd process running. ... Jose> The process name "mountd" should have been detected and an snmptrap Jose> should have been received by the agent. traps are only sent

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-15 Thread Jose Dragone
Dave Shield wrote: On Sun, 2005-01-09 at 15:10, Jose Dragone wrote: #procfix NAME PROG ARGS : these two scripts below do not run and I don't know why? procfix sendmail /root/Snmp-Scripts/procfix-sendmail.sh start procfix httpd /root/Snmp-Scripts/procfix

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-15 Thread Jose Dragone
Hi I was trying with different confiurations in snmpd.conf, but I 'd got no success. snmpd.conf 1: # rwuser: a SNMPv3 read-write user rwuser tenroses # rouser: a SNMPv3 read-only user rouser tenroses rocommunity tenroses rwcommunity rwtenroses trap2sink monitor1 trapcommunity tenroses # U

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-15 Thread Jose Dragone
snmpset -v2c -c tenroses monitor1 system.sysContact.0 = "Jose Luis Dragone <[EMAIL PROTECTED]>" Error in packet. Reason: notWritable (That object does not support modification) snmpset -v2c -c tenroses monitor1 ip.ipForwarding.0 = 1 Error in packet. Reason: notWritable (That object does not suppor

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-15 Thread Jose Dragone
Robert Story wrote: On Fri, 14 Jan 2005 01:07:16 -0300 Jose wrote: JD> Where is that config.h? Sorry, that should be include/net-snmp/net-snmp-config.h. OK thanks Jose Dragone --- The SF.Net email is sponsored by: Beat the post-holiday blue

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-14 Thread Robert Story
On Fri, 14 Jan 2005 01:07:16 -0300 Jose wrote: JD> Where is that config.h? Sorry, that should be include/net-snmp/net-snmp-config.h. -- Robert Story; NET-SNMP Junkie Support: Archive: You are lost

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-14 Thread Robert Story
On Thu, 13 Jan 2005 20:32:15 -0300 Jose wrote: JD> I have got the following error in the command line: JD> snmpset -v2c -c tenroses monitor1 .1.3.6.1.4.1.2021.2.1.102.4 = 1 JD> Error in packet. JD> Reason: notWritable (That object does not support modification) First off, can you set other objects

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-13 Thread Jose Dragone
Hi Where is that config.h? According to where I have installed version 5.2: find /usr/local/src/net-snmp-5.2/ -name config.h -print /usr/local/src/net-snmp-5.2/win32/config.h is the only config.h file I could find cat /usr/local/src/net-snmp-5.2/win32/config.h : /*  * Everyone should be in

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-13 Thread Jose Dragone
Hi Thanks again for guiding me I have got the following error in the command line: snmpset -v2c -c tenroses monitor1 .1.3.6.1.4.1.2021.2.1.102.4 = 1 Error in packet. Reason: notWritable (That object does not support modification) But in fact: snmpwalk -v2c -c tenroses monitor1 .1.3.6.1.4.1.2

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-13 Thread Jose Dragone
Thanks very much Jose Dragone Robert Story (Users) wrote: On Sun, 09 Jan 2005 12:10:52 -0300 Jose wrote: JD> /var/log/messages: JD> Jan 9 10:24:24 opr011 snmptrapd: Warning: no access control information JD> configured. <---NOTE1 JD> Jan 9 10:24:24 opr011 snmptrapd: It's unlikely this

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-10 Thread Users
On Sun, 09 Jan 2005 12:10:52 -0300 Jose wrote: JD> /var/log/messages: JD> Jan 9 10:24:24 opr011 snmptrapd: Warning: no access control information JD> configured. <---NOTE1 JD> Jan 9 10:24:24 opr011 snmptrapd: It's unlikely this agent can serve JD> any useful purpose in this state. <--- NOTE1

RE: prTable problem: solved), procfix problem this time

2005-01-10 Thread Baumgart Alexander
  Hello /var/log/messages:Jan  9 10:24:24 opr011 snmptrapd: snmptrapd shutdown succeededJan  9 10:24:24 opr011 snmptrapd: Warning: no access control information configured.  <---NOTE1Jan  9 10:24:24 opr011 snmptrapd:   It's unlikely this agent can serve any useful purpose in this state. <---

Re: (Re: prTable problem: solved), procfix problem this time

2005-01-10 Thread Dave Shield
On Sun, 2005-01-09 at 15:10, Jose Dragone wrote: > #procfix NAME PROG ARGS : these two scripts below do not run >and I don't know why? > procfix sendmail /root/Snmp-Scripts/procfix-sendmail.sh start > procfix httpd /root/Snmp-Scripts/procfix-httpd.sh start What comman

(Re: prTable problem: solved), procfix problem this time

2005-01-09 Thread Jose Dragone
Hi Firstly, I want to thank you for all your help. Without the information you send me , I couldn't have solve my problem with detecting the traps authomatically. I have added a few lines to /usr/local/share/snmp/snmpd.conf and simply it did work: # agentSecNa

Re: prTable problem

2005-01-06 Thread Dave Shield
On Wed, 2005-01-05 at 22:33, Jose Dragone wrote: > I have a problem: > According to the following list > > # snmpwalk -v2c -c mycomunity localhost UCD-SNMP-MIB::prTable > UCD-SNMP-MIB::prNames.1 = STRING: mountd > UCD-SNMP-MIB::prCount.1 = INTEGER: 0 > UCD-SNMP-MIB::prErrorFlag.1 = INTEGER: 1 > U

prTable problem

2005-01-05 Thread Jose Dragone
Hi I have a problem: According to the following list # snmpwalk -v2c -c mycomunity localhost UCD-SNMP-MIB::prTable UCD-SNMP-MIB::prIndex.1 = INTEGER: 1 UCD-SNMP-MIB::prIndex.2 = INTEGER: 2 UCD-SNMP-MIB::prIndex.3 = INTEGER: 3 UCD-SNMP-MIB::prIndex.4 = INTEGER: 4 UCD-SNMP-MIB::prNames.1 = STRING: m