diff options
Diffstat (limited to 'docs/sections/services/snmptrap/delivery.rst')
-rw-r--r-- | docs/sections/services/snmptrap/delivery.rst | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/sections/services/snmptrap/delivery.rst b/docs/sections/services/snmptrap/delivery.rst index fe861b0b..87425582 100644 --- a/docs/sections/services/snmptrap/delivery.rst +++ b/docs/sections/services/snmptrap/delivery.rst @@ -4,15 +4,20 @@ Delivery ======== -**SNMPTRAP** is delivered as a docker container. The host or VM that will -run this container must have the docker application loaded and available -to the userID that will be running the SNMPTRAP container. +Docker Container +---------------- -The following command will download the latest SNMPTRAP container from -nexus and launch it in the container named "SNMPTRAP": +**trapd** is delivered as a docker container that can be downloaded from onap: -.. code-block:: bash + ``docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start`` + + +Standalone +---------- - docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start +**trapd** can also be run outside of a docker environment (for details, see "Installation" link) by downloading the source image from: + +.. code-block:: bash + gerrit.onap.org:29418/dcaegen2/collectors/snmptrap |