summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap/humaninterfaces.rst
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2018-08-25 10:43:15 -0400
committerRich Bennett <rb2745@att.com>2018-09-11 13:09:28 +0000
commit9847631e1be786f37aef897d4216b6bc2bfa16a2 (patch)
treece8f32126f8cbd25ee51b00b877416508207b720 /docs/sections/services/snmptrap/humaninterfaces.rst
parentebc5d2abb27beac64cadd00f0fdb1be64c62c9e7 (diff)
Add RST Files for SNMPTRAP
Submitting RST files from abandoned patch https://gerrit.onap.org/r/57071 With updates to remove sphinx warnings Change-Id: I18da62f59943bb932bcfdd6bddfc9164d8ae9b93 Issue-ID: DCAEGEN2-624 Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/sections/services/snmptrap/humaninterfaces.rst')
-rw-r--r--docs/sections/services/snmptrap/humaninterfaces.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/sections/services/snmptrap/humaninterfaces.rst b/docs/sections/services/snmptrap/humaninterfaces.rst
new file mode 100644
index 00000000..53f8adcd
--- /dev/null
+++ b/docs/sections/services/snmptrap/humaninterfaces.rst
@@ -0,0 +1,31 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Human Interfaces
+================
+
+Graphical
+^^^^^^^^^
+
+There are no graphical interfaces for snmptrap.
+
+Command Line
+^^^^^^^^^^^^
+
+There is a command line interface available, which is a shell script
+that provides all needed interactions with **SNMPTRAP**.
+
+Usage
+"""""
+
+ ``bin/snmptrapd.sh [start|stop|restart|status|reloadCfg]``
+
+ start - start an instance of snmptrapd inside the container
+
+ stop - terminate the snmptrapd process currently running inside container
+
+ restart - start an instance of snmptrapd inside current container
+
+ status - check and display status of snmptrapd inside container
+
+ reloadCfg - signal current instance of snmptrapd to re-request configuration from Config Binding Service