summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap/installation.rst
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-04-10 21:26:47 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-10 21:26:47 +0000
commit0fbf888a2d6acfc67f7e555fdaec485ecb8c6ff9 (patch)
tree15b87e6ca7ca9724ba8a2563dbf73adf78bcbfc1 /docs/sections/services/snmptrap/installation.rst
parentac3cbcd6e3bdb46dce7eb928fd6b77b3031921f3 (diff)
parente64d2d643d8cf400263c9b01063fced6fc5edcb2 (diff)
Merge "dcae r6 doc updates"
Diffstat (limited to 'docs/sections/services/snmptrap/installation.rst')
-rw-r--r--docs/sections/services/snmptrap/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/services/snmptrap/installation.rst b/docs/sections/services/snmptrap/installation.rst
index d91a46b3..ab523ef4 100644
--- a/docs/sections/services/snmptrap/installation.rst
+++ b/docs/sections/services/snmptrap/installation.rst
@@ -32,7 +32,7 @@ Installation
The following command will download the latest trapd container from
nexus and launch it in the container named "trapd":
- ``docker run --detach -t --rm -p 162:6162/udp -P --name=trapd nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start``
+ ``docker run --detach -t --rm -p 162:6162/udp -P --name=trapd nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3 ./bin/snmptrapd.sh start``
Running an instance of **trapd** will result in arriving traps being published
to the topic specified by Config Binding Services.