flume-snmp-source
flume-snmp-source copied to clipboard
Apache Flume Source plugin for SNMP Query and Trap consumption.
Can make parsing Trap PDU as optional. Flume just need to carry the data as byte[], hence parsing here may not provide a lot of benefit. This may not be...
Whe the OID is not available in the managed system: snmpbulkwalk -v2c -Cn0 -Cr1 -c public 22.79.52.119 1.3.6.1.4.1.2000.1.2.5.1.22 iso.3.6.1.4.1.2000.1.2.5.1.22 = No Such Object available on this agent at this OID...
The message in SNMPQuery is logged in the flume.log file.
It would be interested pass a list of hosts or file with a list of hosts in order to send the SNMP GETBULK to this set, better than repeat a...
The line: DateFormat dateFormat = new SimpleDateFormat("MM dd HH:mm:ss yyyy"); is not used in the code. Must be dropped.
For example when the query fails (timeout ... whatever) the message to pass toward the Channel is build with incomplete data: Thu Aug 28 18:48:11 CEST 2014,23.23.52.11 ..... only the...