fix daily log roll bug

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