sql trap handler available for testing in SVN

2009-02-19 Thread Robert Story
I've just committed a new trap handler to SVN for release 5.5. This handler will log traps to a MySQL database. See README.sql and the snmptrapd.conf man page for details. Feedback/testing appreciated! -- Open Source Bus

RE: Changing passwords using net-snmp 5.3.2

2009-02-19 Thread Sergio Cabaço
Problem solved. :) Master Dave, your words are mine inspiration. Problem solved, has I was thinking, it was a stupid thing that only has been discover thanks to your knowledge. The path to the snmpd.conf (the one without the not edit) was wrong. As soon as I notice that, the engineboot started

RE: Changing passwords using net-snmp 5.3.2

2009-02-19 Thread Sergio Cabaço
Well the agent is rewriting the file... but it rewrites always with the same "copy". With the commands you gave us, the debug is working fine and doesn't launch errors or warnings. It shows some exams to the rwuser defined in the other snmpd.conf (the normal one without the not edit... :)) and

Re: Changing passwords using net-snmp 5.3.2

2009-02-19 Thread Dave Shield
2009/2/19 Sergio Cabaço : > My passwords are greater than 8 chars. Another thing I've notice is that, the > engineBoot is always 1 > and never increments? I thing this might be a problem but I don't know the > solution either. > This engineBoot is in the same file, the snmpd.conf. H...it sou

RE: Changing passwords using net-snmp 5.3.2

2009-02-19 Thread Sergio Cabaço
My passwords are greater than 8 chars. Another thing I've notice is that, the engineBoot is always 1 and never increments? I thing this might be a problem but I don't know the solution either. This engineBoot is in the same file, the snmpd.conf. Thank you once more, Sérgio Cabaço -Original

RE: Changing passwords using net-snmp 5.3.2

2009-02-19 Thread Sergio Cabaço
I'm sorry to bother you again but this is very very strange. :s I will try to explain the steps I'm following: 1. when running the ./configure, I gave the path to the persistent directory where the snmpd.conf will appear. 2. After running the configure, I executed make. 3. At this point, the snmp

Re: Log files

2009-02-19 Thread Dave Shield
2009/2/19 B V Narasimhulu : > Right now the net-snmp log-message from both snmp_log() and DEBUGMSGTL() > are logging to same snmpd.log file. snmp_log messages are typically logged at priority LOG_WARNING or LOG_ERR DEBUGMSG messages are logged at priority LOG_DEBUG > Is there anyway to seperate

Re: Fedora 8 - "snmpd: symbol lookup error: snmpd: undefined symbol: netsnmp_running"

2009-02-19 Thread Dave Shield
2009/2/19 Ashton : > .. after having installed from source, > I've run into another little hiccup - there's no > /etc/rc.d/init.d/snmptrapd file. See 'dist/snmptrapd-init.d' Dave -- Open Source Business Conferenc

Log files

2009-02-19 Thread B V Narasimhulu
Hi, Right now the net-snmp log-message from both snmp_log() and DEBUGMSGTL() are logging to same snmpd.log file. Is there anyway to seperate the messages of snmp_log () from that of the messages from DEBUGMSGTL() ? It would be better if we have seperate log files for those messages. Can you plz