blob: 39cdda6673db5d16fa7a64585130e3a810b203b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 >
|