diff options
author | Ladue, David (dl3158) <dl3158@att.com> | 2017-08-23 11:27:58 -0400 |
---|---|---|
committer | Ladue, David (dl3158) <dl3158@att.com> | 2017-08-23 15:29:16 -0400 |
commit | 64292319039c0efbb2cfa22b184da10f5f956e8c (patch) | |
tree | 4e07c760c46654600afe6f85be44b3cc08b44730 /README.md | |
parent | 7bf6db4397003fc0f3013d453a12697d58018880 (diff) |
dcaegen2 snmptrap seedcode
Initial seed code delivery for snmptrap receiver for
support on the gen2dcae platform
Issue-ID: DCAEGEN2-55
Change-Id: I87365c2f07ffd55a3c2778d7c05a152818f625f8
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f85232d --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +DCAE SNMPTrapReceiver +====================================== + +FIXME: placeholder for dcae_snmptrap application + +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 + |