Any SNMP experts here?
I need to collect SNMP traps, process them (basic string manipulation stuff), append them to a log file and periodically upload that log file to an FTP server.
I've never done any work with SNMP on Linux but this seems like it should be trivial. Net-SNMP/snmptrapd looks like a good starting point but I'd appreciate comment from anyone who's used it (or done something similar a different way).
(From experience, messages will be received in bursts and I therefore need to be able to batch them up before sending via FTP. The goal will be to have data uploaded via FTP every minute (if there's something to report). I'm looking to replace a Windows system which is massively more complicated than I think it needs to be.)