Add simple container healthcheck

Issue-ID: DCAEGEN2-465
Change-Id: Idda2cf589d04f2d64f0aa4768ccdeb32aa843c9a
Signed-off-by: Lusheng Ji <lji@research.att.com>
1 file changed
tree: f601f34934b6e3f26dd5c04d91ccf506198682fd
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. snmptrap/
  6. spec/
  7. tests/
  8. .gitreview
  9. coverage.xml
  10. Dockerfile
  11. LICENSE.txt
  12. mvn-phase-script.sh
  13. pom.xml
  14. README.md
  15. requirements.txt
  16. setup.py
  17. tox.ini
  18. 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 >