Re: watched

2007-08-02 Thread Dave Shield
On 02/08/07, Nikolett C <[EMAIL PROTECTED]> wrote: > Mission successed : ) > > I changed the syntax from Integer32 to Octet String, and it works already > perfectly with snmpget and also with snmpset. Oops! Thanks for pointing this out - I've now tweaked the MIB file in the various SVN branches to

watched

2007-08-02 Thread Nikolett C
Mission successed : ) I changed the syntax from Integer32 to Octet String, and it works already perfectly with snmpget and also with snmpset. I'm happy. Thank you for not answering :- ) and letting me do it alone. Have a nice day! Nikolett---

Re: watched

2007-08-02 Thread Nikolett C
Sorry, it was: Bad value name (xyz) by the snmpset command.. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using A

Re: watched

2007-08-02 Thread Nikolett C
Hi Dave, thank you for answering. I did this: ./configure --with-mib-modules=examples/watched make make install killall snmpd /usr/local/sbin/snmpd export MIBS=+NET-SNMP-EXAMPLES-MIB snmpget -v2c -c public localhost NET-SNMP-EXAMPLES-MIB::netSnmpExampleString.0 ->NET-SNMP-EXAMPLES-

Re: watched

2007-08-02 Thread Dave Shield
On 01/08/07, Nikolett C <[EMAIL PROTECTED]> wrote: > I'd like to ask why I got this answer after an snmpget: > > Wrong type, should be integer. BTW it wrote out the string > ('So long and...') correctly. What was the command that you ran? How exactly did you compile/configure the agent? > Is the

watched

2007-08-01 Thread Nikolett C
Thank you very much! I'd like to ask why I got this answer after an snmpget: Wrong type, should be integer. BTW it wrote out the string ('So long and...') correctly. Is there anything that can be done to remove this error message? Thank you! Nikolett---