You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/04/05 00:09:03 UTC

[GitHub] [nifi] esend7881 commented on pull request #5088: NIFI-3320: SendTrapSNMP and ListenTrapSNMP processors added.

esend7881 commented on PR #5088:
URL: https://github.com/apache/nifi/pull/5088#issuecomment-1088139236

   I noticed that only a few of the build options for SNMP are utilized:
   
   https://github.com/apache/nifi/blob/b019a9191f1c83bc7f547dc02c1b679b8936acee/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/processors/ListenTrapSNMP.java#L110-L115
   
   But there are many other configuration settings including host which seems foundational:
   
   https://github.com/apache/nifi/blob/b019a9191f1c83bc7f547dc02c1b679b8936acee/nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/configuration/SNMPConfiguration.java#L119-L133
   
   I guess this question is two fold:
   
   1. How were the other parameters missed for snmp traps? Hosts is definitely needed.
   2. How are others using ListenTrapSNMP? Are they actually using it without specifying a host? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org