diff options
author | Ladue, David (dl3158) <dl3158@att.com> | 2018-09-05 12:15:38 -0400 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-09-11 13:40:09 +0000 |
commit | b4cb363a95cb12a6c176b8fe77f0271546f0dc09 (patch) | |
tree | b54dcfd1c3620140593b1c2bda237fc9d9344ef0 /docs/sections/services/snmptrap/architecture.rst | |
parent | 86ae57c4d7840077e6bc876c2789026aaadad934 (diff) |
updated block diagram
Change-Id: Ia810a2d82eb7f3fb68201ad0a60209c066280596
Issue-ID: DCAEGEN2-624
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'docs/sections/services/snmptrap/architecture.rst')
-rw-r--r-- | docs/sections/services/snmptrap/architecture.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/sections/services/snmptrap/architecture.rst b/docs/sections/services/snmptrap/architecture.rst index f50f1d37..7f51f5f4 100644 --- a/docs/sections/services/snmptrap/architecture.rst +++ b/docs/sections/services/snmptrap/architecture.rst @@ -36,8 +36,8 @@ attributes obtained from configuration binding service ("CBS"). snmp_agent_1 -> SNMPTRAP; snmp_agent_2 -> SNMPTRAP; snmp_agent_n -> SNMPTRAP; - config binding service -> SNMPTRAP; - SNMPTRAP -> dmaap mr; + config_binding_service -> SNMPTRAP; + SNMPTRAP -> dmaap_mr; group l1 { color = orange; @@ -49,11 +49,11 @@ attributes obtained from configuration binding service ("CBS"). } group l3 { color = orange; - dmaap mr; + dmaap_mr; } group l4 { color = gray; - config binding service; + config_binding_service; } } @@ -71,12 +71,11 @@ subscribed to the topic they were published to. Usage Scenarios --------------- -**SNMPTRAP** can be run on any device (physical, logical, container) that -is capable of running python 3.6+ and has SNMP traps targeted at it. Running +**SNMPTRAP** runs in a docker container based on python 3.6. Running an instance of **SNMPTRAP** will result in arriving traps being published to the topic specified by config binding services. If CBS is not present, SNMPTRAP will look for or a JSON configuration file specified via the -environment vvariable CBS_SIM_JSON at startup. Note that relative paths +environment variable CBS_SIM_JSON at startup. Note that relative paths will be located from the bin (<SNMPTRAP base directory>/bin directory. E.g. .. code-block:: bash |