v3 changes and netsnmp compat update

Change-Id: Ia69f70c5e128e800623feb7c1473b6729e52ba29
Issue-ID: DCAEGEN2-630
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
3 files changed
tree: 649ae039cf0f6c51539d538fd78ac881202a86cc
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. snmptrap/
  6. spec/
  7. tests/
  8. .gitreview
  9. coverage.xml
  10. Dockerfile
  11. INFO.yaml
  12. LICENSE.txt
  13. mvn-phase-script.sh
  14. pom.xml
  15. README.md
  16. requirements.txt
  17. setup.py
  18. tox.ini
  19. version.properties
README.md

DCAE SNMPTrapReceiver

This is the repository for SNMP Trap Receiver for Open DCAE.

Build Instructions

This project is organized as a mvn project for a python application.

git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git
mvn clean install

to be completed

The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image:

<FIXME: add detailed instructions >